Installing dependencies $ uv venv $ source .venv/bin/activate $ uv pip install -r requirements.txt Setting up pre-commit hooks $ pre-commit install # Manually run `pre-commit` $ pre-commit run --all-files Running the required services $ docker-compose up --build -d Running the application $ flask run Installing the UI dependencies and running it $ bun install $ burn run dev