Pet project to play around with Mapbox's various features. Idea is to eventually store various open source geographic datasets and visualise them nicely on the map.
- node 18
- npm
- Clone the repo
- cd into the repo root directory
- Install dependencies with
npm ci
- Generate a Mapbox token and add it to a file called
.env.dev
in the repo root. Use env variable nameMAPBOX_TOKEN
. - Start by running
npm start
- Navigate to
localhost:8080
in your browser.