Skip to content

FruitieX/busmap-web

Repository files navigation

busmap-web

Rewrite of busmap using Leaflet, with a focus on speed.

Live: https://busmap.netlify.app

Setup (development)

  1. npm install
  2. npm start

Setup (production)

  1. npm install
  2. npm run build
  3. npx static dist