An evolving lab for geospatial and autonomous systems UI.
Tech Stack
- Framework: React 19 + Vite 7 + React Router 7 + Base UI
- Styling: shadcn/ui + TailwindCSS 4
- Mapping: Mapbox
- Install Node Version Manager (nvm). It allows using different versions of node via the command line
- Run
nvm useto use the required version of node. - Run
pnpm ito install required packages.
pnpm devNow point your browser to http://localhost:3000
pnpm build
pnpm previewNow point your browser to http://localhost:3000
pnpm build # builds the prod bundle
pnpm clean # deletes all build artifacts
pnpm dev # runs the dev build
pnpm fix # lints, formats and attempts to fix any issues (requires `pnpm build` has been ran)
pnpm lint # runs the linter, useful for debugging lint issues (generally `pnpm fix` is preferred)
pnpm preview # runs the prod build
