Organization Pages site for MiniRouter.
The live dashboard is served from:
https://mini-router.github.io/admin/
admin/- React + TypeScript + Vite + Tailwind admin panelindex.html- root redirect to/admin/.github/workflows/deploy-admin.yml- Pages deploy workflow
cd admin
npm install
npm run devThe admin UI reads and writes against the validator backend configured by:
VITE_API_BASE_URLinadmin/.env.developmentVITE_API_BASE_URLinadmin/.env.production
The backend must expose the current MiniRouter API:
GET /healthGET /api/leaderboardGET /api/submissions/{id}GET /api/evaluations/{id}POST /api/trainsPOST /submit