Views
No views yet
1# Create a virtual env and activate it
2python3 -m venv .venv
3source .venv/bin/activate
4pip install -r requirements.txt # ensure fastapi, uvicorn, etc.
5python -m uvicorn orchestrator:app --reload --port 80001cd sentinel-qos-dashboard
2pnpm install
3pnpm dev
4# or npm/yarn equivalentNEXT_PUBLIC_API_URL (optional) — override backend URL (defaults to http://localhost:8000)CONTRIBUTING.md for contribution guidelines and CODE_OF_CONDUCT.md for community expectations.