npm install
You need to create .env
file in root directory with MAPBOX_TOKEN
inside:
MAPBOX_TOKEN=<YOUR_TOKEN>
Then you can run development server via:
now dev
Build is done via now
so running now
in root directory should deploy it to production.
Linting
npm run lint
TypeScript types checking
npm run tsc
Unit tests
npm run test
Maker icon created by worker from Noun Project.
Please feel free to contribute or file issues 🎉