Svelte-based frontend for real-time traffic data visualisation.
- Location:
web/ - Framework: Svelte 5
- Build: Vite
- Package Manager: pnpm
- Svelte 5 - Fast, reactive UI framework
- @sveltejs/adapter-static - Static site generation
- Tailwind CSS 4 - Utility-first styling
- svelte-ux 2 - UI components
- LayerChart 2 - Data visualisation
Install pnpm if not already installed.
Start the dev server:
pnpm run devApp runs at http://localhost:5173 (or next available port).
Create an optimised build:
pnpm run buildPreview the production build:
pnpm run previewUpdate dependencies:
pnpm run up-depsFormat and lint:
pnpm run format