Base setup
1
Clone the repository
Open the project in your workspace.
2
Create a virtual environment
Run uv venv and activate it.
3
Install dependencies
Use uv pip install -e . to install the project in editable mode.
4
Set the bootstrap password
Define SECURITY_ADVISOR_BOOTSTRAP_ADMIN_PASSWORD before starting the app.