run prettier with new params

This commit is contained in:
Gareth Davidson
2023-01-01 20:57:35 +00:00
parent 4c7b8cfd35
commit c3c7a1701a
21 changed files with 448 additions and 208 deletions
+5 -2
View File
@@ -1,5 +1,8 @@
# Frontend Development Setup
In root directory run `docker compose up frontend-dev --build --attach-dependencies` to start a database and the backend server.
In root directory run
`docker compose up frontend-dev --build --attach-dependencies` 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.
Then, point your frontend at `http://localhost:8080` to start developing. During
development, any API key will be accepted.