A public, auto-refreshing dashboard for the Terminal-Bench Science reviewer team — see open task PRs and proposals from harbor-framework/terminal-bench-science at a glance.
See DESIGN.md for the full design.
npm install # one-time
npm run dev # http://localhost:5173 with hot reloadOther scripts:
npm run build # type-check + production build → dist/
npm run preview # serve the built output locally
npm run lint # type-check onlyA GitHub Action rebuilds and publishes to GitHub Pages every 15 minutes (and on workflow_dispatch and push to main). No tokens or secrets required — the upstream repo is public.
To enable Pages: Settings → Pages → Source: GitHub Actions.
- Vite + React + TypeScript
- Tailwind CSS + shadcn/ui (new-york style)
- TanStack Table for the data grids
- Lucide for icons