improved dockerfiles and developer setup

This commit is contained in:
Yannic Kilcher
2022-12-17 22:15:01 +01:00
parent edf123e451
commit b45a974287
37 changed files with 78 additions and 55 deletions
@@ -0,0 +1,5 @@
# Frontend Development Setup
Run `docker compose up --build` to start a database and the backend server.
Then, point your frontend at `http://localhost:8080` to start developing. During development, any API key will be accepted.