Skip to content

SustainableUrbanSystemsLab/PEI-Map

Repository files navigation

PEI-Map

Deploy to GitHub Pages

Interactive PEI (Pedestrian Environment Index) map dashboard.

Live site: http://sustainableurbansystems.com/PEI-Map/

Quick Start

  1. Install dependencies:
    npm install
  2. Create local env:
    Copy-Item .env.example .env
  3. Set VITE_MAPBOX_TOKEN in .env (public restricted pk. token).
  4. Run:
    npm run dev

Production Build

npm run build
npm run preview