Add README.md

Signed-off-by: 0xf8 <0xf8.dev@proton.me>
This commit is contained in:
0xf8 2023-02-25 12:24:58 -05:00
parent 3e3361ddbc
commit 3ad2ae930a
Signed by: 0xf8
GPG Key ID: 446580D758689584
1 changed files with 22 additions and 0 deletions

22
README.md Normal file
View File

@ -0,0 +1,22 @@
# Galerie
## build
Builds and correctly places everything.
- `./build`
## run
Runs the standalone web and api server in the correct context.
- `./run`
## dev
Runs development builds of the webserver (`http://localhost:1234`) and apiserver (`http://localhost:8856`)
- `./dev`
## /srv/
This contains the standalone web server and api server
- Warning! Don't build this by itself. It wont have a frontend nor static assets. Use the `build` script.
## /web/
This contains the front end and static assets
- Warning! Don't build this by itself. It wont have the backend and wont be able to display any images in the gallery. Use the `build` script.