AI-LEO Policy Simulator — Local Run Commands ============================================ Clone (placeholder until public repo is finalized) ------------------------------------------------- git clone cd ai-leo-policy-simulator Backend (from repository root) ------------------------------ python -m uvicorn phaseC.backend.main:app --host 127.0.0.1 --port 8000 Frontend (from repository root) ------------------------------- cd phaseC/frontend npm install npm run dev Generate visual analytics (optional, creates figures + dashboard exports) ----------------------------------------------------------------------- python phaseC/scripts/make_visual_analytics.py --config phaseC/configs/visual_analytics_demo_100sat.yaml Run tests --------- python -m pytest phaseC/tests -q python -m pytest tests -q Frontend checks (from repository root) ------------------------------------- cd phaseC/frontend npm run lint npm run typecheck npm run build Notice ------ These commands run a research-grade, non-operational prototype locally. Do not expose the FastAPI service publicly without a dedicated security and operations review (auth, rate limits, quotas, sandboxing, and monitoring).