Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
small changes about separation
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Sep 20, 2018
1 parent 6f75b36 commit 8b6a10e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
bower_components/
package-lock.json
2 changes: 2 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# API Functions

**This might change in the future**

The current API provide the following calls to `php/index.php` as `POST` requests

| Function | Arguments | Action |
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
![Lychee](https://camo.githubusercontent.com/b9010f02c634219795950e034f511f4cf4af5c60/68747470733a2f2f732e656c6563746572696f75732e636f6d2f696d616765732f6c79636865652f312e6a706567)
![Lychee](https://camo.githubusercontent.com/5484591f0b15b6ba27d4845b292cc5d3a988b3b9/68747470733a2f2f732e656c6563746572696f75732e636f6d2f696d616765732f6c79636865652f322e6a706567)

Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely. Try the [Live Demo](https://ld.electerious.com) or read more on our [Website](https://lychee.electerious.com).
Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely. Try the [Live Demo](https://ld.electerious.com) or read more on our [Website](https://LycheeOrg.github.io).

## Installation

Expand All @@ -35,10 +35,10 @@ git submodule init
git submodule update docs

# Get the frontend
git submodule update src
git submodule update Lychee-front

# Go into the frontend
cd src
cd Lychee-front
```

### Dependencies
Expand All @@ -56,7 +56,7 @@ npm install

### Build and Generated Files

The Gulpfile is located in `<path to lychee>/src/` and can be executed using the `npm run compile` command.
The Gulpfile is located in `<path to lychee>/Lychee-front/` and can be executed using the `npm run compile` command.
The generated files will placed into `../dist/` or `<path to lychee>/dist/`.

### Watch for changes
Expand Down

0 comments on commit 8b6a10e

Please sign in to comment.