875 B
875 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
- Minimal frontend shell only.
- No live API wiring in the baseline commit.
environment summarystays mock-only until a worker-visible route exists in the current backend runtime.
Next development slice
- Add app shell sections for
timeline,audit feed, andenvironment summary. - Introduce typed DTO/fixture layer from the approved first-slice contracts.
- Keep
environment summarybehind mock data until the live route is available.