Gallery made in typescript using parcel
Go to file
0xf8 0e30201502
Fix popout alignment, gzip local storage cache array, add file watcher
Signed-off-by: 0xf8 <0xf8.dev@proton.me>
2023-03-01 22:58:39 -05:00
srv Fix popout alignment, gzip local storage cache array, add file watcher 2023-03-01 22:58:39 -05:00
web Fix popout alignment, gzip local storage cache array, add file watcher 2023-03-01 22:58:39 -05:00
.gitignore Initial commit 2023-02-25 12:24:57 -05:00
LICENSE Correctly add licence 2023-02-25 12:24:58 -05:00
README.md Correctly add licence 2023-02-25 12:24:58 -05:00
build Correctly add licence 2023-02-25 12:24:58 -05:00
dev Initial commit 2023-02-25 12:24:57 -05:00
run Initial commit 2023-02-25 12:24:57 -05:00

README.md

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.