We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700e581 commit b6f5dcfCopy full SHA for b6f5dcf
1 file changed
CONTRIBUTING.md
@@ -1,6 +1,6 @@
1
### Developing
2
3
- yarn install & yarn start & open http://localhost:9966/example/
+ npm run install & npm run start & open http://localhost:9966/
4
5
You'll need a [Mapbox access token](https://www.mapbox.com/help/create-api-access-token/) stored in localstorage. Set it via
6
@@ -10,7 +10,7 @@ You'll need a [Mapbox access token](https://www.mapbox.com/help/create-api-acces
10
11
Tests require an MapboxAccessToken env variable to be set.
12
13
- export MapboxAccessToken=<YOUR ACCESS TOKEN> && yarn test
+ export MapboxAccessToken=<YOUR ACCESS TOKEN> && npm test
14
15
### Release process
16
0 commit comments