A React-based robot command & control (C2) dashboard with real-time telemetry, event logging, and a robot map.
Live demo: https://robots-indol.vercel.app
npm install
npm startOpen http://localhost:3000 to view it in the browser.
| Command | Description |
|---|---|
npm start |
Run in development mode |
npm test |
Launch test runner |
npm run build |
Build for production |
Deployed on Vercel. Pushes to main automatically redeploy.