diff --git a/README.md b/README.md index 0e96246..9137cdd 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,8 @@ uv sync ``` ## Running - \ No newline at end of file +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 +``` \ No newline at end of file