Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 314 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 314 Bytes

Style Editor

Development

Install dependencies

npm i

Add your mapbox access token to ACCESS_TOKEN in .env.local

cp example.env.local .env.local

Commit

To commit use git-cz

git-cz

Deploy

npm run deploy