adding dev mode

This commit is contained in:
2026-05-04 18:21:52 +02:00
parent 58627cbfd1
commit f5b56cad91
4 changed files with 10 additions and 3 deletions

View File

@@ -42,4 +42,11 @@ now vist http://localhost:1337 in your browser
## dev
tbd
`docker compose up -d f0ckm-db`
on dev machine:
`npm i`
`npm run dev`
now visit http://localhost:1337 in your browser, you can develop without needing to rebuild the docker image for every change