Install the required dependencies:
python -m venv .venv
source .venv/bin/activate
pip install .Or, if using uv:
uv syncStart the development server on http://0.0.0.0:5001
python main.py
# using uv:
uv run main.pyWhen you make changes to your project, the server will automatically reload.



