A monitoring and control UI for a fleet of autonomous bobcat vehicles. Three-panel layout: chat, map overview, and vehicle list.
npm install
npm run devOpen http://localhost:5173.
Option 1: Get a live link (best for sharing with anyone)
- Push this folder to a GitHub repo.
- Go to vercel.com → Sign in → Add New → Project → Import your repo.
- Click Deploy. You’ll get a URL like
bobcat-fleet-app.vercel.appto share.
Option 2: Same Wi‑Fi only (no account)
npm run shareThen share the Network URL Vite prints (e.g. http://192.168.1.x:5173). Anyone on the same Wi‑Fi can open it.
npm run build
npm run preview- React 18 + Vite
- CSS (no UI framework)