This is a static Vite/React build of the Orbit command interface concept pulled from Figma. It has no backend wiring; it is just the visual mock so designers and engineers can explore the layout.
- Node.js 18+ and
npmavailable on your PATH. - No other project services are required. The mock runs as a local Vite dev server.
./scripts/view_ui_mockup.sh- Installs dependencies inside
UI_mockup/on first run. - Launches Vite on
http://localhost:4173(override withPORT=3000 ./scripts/view_ui_mockup.sh). - Press
Ctrl+Cto stop.
cd UI_mockup
npm install
npm run dev -- --host --port 4173 --openOpen the printed localhost URL if it does not auto-open. Expect placeholder data only—interactive flows are not connected to SPACE services.