-
Install the dependencies by running the following command in your terminal.
npm install
Or, if you have
yarn
installed (often has better performance and guarantees),yarn
-
start the development server
npm start
To build the production version of the app, run
npm run build
Expects tippecanoe
to be in your $PATH
You will need a keys.json
file in the root of the project which looks like:
{
"accessToken": "<mapbox key>"
}