664 B
664 B
devopspanel
Baseline scaffold for the DevOps orchestration admin panel.
Baseline stack choice
- Existing Mission Control backend runtime
- React 19
- TypeScript
- Vite 7
- OpenAPI-first typed integration in the next slices
Setup
npm install
Run
npm run dev
Application defaults to http://localhost:5173.
Quality checks
npm run build
npm run lint
Current scope
- App shell slice for
timeline,audit feed, andenvironment summary. - Local typed fixtures only. No live API wiring.
environment summarystays explicitly mock-only until a worker-visible route exists in the current backend runtime.