This project was bootstrapped with Create React App.
To run this app locally:
- Get a Mapbox API key (there is a free tier/plan available) and add it to a .env file as REACT_APP_MAPBOXGL_API_KEY=YOUR_API_KEY
- Run
npm install
- Run
npm start
The app will start on http://localhost:3000