Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.06 KB

File metadata and controls

59 lines (39 loc) · 1.06 KB

velocity.report/web

Svelte-based frontend for real-time traffic data visualisation.

  • Location: web/
  • Framework: Svelte 5
  • Build: Vite
  • Package Manager: pnpm

Tech stack

Getting started

Install pnpm if not already installed.

Development

Start the dev server:

pnpm run dev

App runs at http://localhost:5173 (or next available port).

Production build

Create an optimised build:

pnpm run build

Preview the production build:

pnpm run preview

Maintenance

Update dependencies:

pnpm run up-deps

Format and lint:

pnpm run format