Interactive PEI (Pedestrian Environment Index) map dashboard.
Live site: http://sustainableurbansystems.com/PEI-Map/
- Install dependencies:
npm install
- Create local env:
Copy-Item .env.example .env
- Set
VITE_MAPBOX_TOKENin.env(public restrictedpk.token). - Run:
npm run dev
npm run build
npm run preview