Update README

This commit is contained in:
Leons Aleksandrovs
2025-07-03 22:01:38 +03:00
parent 2ad7b27fd5
commit 3c3036b9ca

View File

@@ -52,4 +52,9 @@ TODO: ADD DEPLOYMENT INSTRUCTIONS
## Development
TODO: ADD DEV INSTRUCTIONS
If you want to run development version, you will need docker. Docker handles frontend, backend and proxies everything to single port.
```sh
# Run development environment
docker compose -f development.yml up --build
```