Spaces:
Running
Running
react/
Vite + React frontend for the Gov Workflow OpenEnv console.
Commands:
npm installnpm run dev(local dev onhttp://localhost:5173, proxies/apitohttp://localhost:7860)npm run build(production build for Docker/HF)npm run preview
If you see ERR_CONNECTION_REFUSED on /api/*:
- Start backend first on port
7860 - Or set a custom dev proxy target:
- PowerShell:
$env:VITE_DEV_API_TARGET='http://127.0.0.1:7860' - Then run
npm run dev
- PowerShell:
Modules:
Overview: project and environment summarySimulation Lab: dynamic real-world workflow simulation (baseline / inference-like / trained RL)Training Studio: launch and monitor background RL training jobsModel Comparison: baseline vs trained model score comparison on the same task