docs: update README

Add an instruction for running the development server.
This commit is contained in:
2025-10-08 15:05:39 +02:00
parent 1229df70b0
commit 826907643c

View File

@@ -17,4 +17,8 @@ uv sync
```
## Running
<!-- TODO: run instructions -->
To run the project (development server), execute the following command (while inside the root repository):
```bash
uv run fastapi dev src/control_backend/main.py
```