Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 557 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) · 557 Bytes

How to report a bug

Contributing

To test the Mapbox JavaScript SDK, you'll need all of the dependencies for development (git, npm, node), and a valid Mapbox access token that has access to all tested services.

Clone this repository

$ git clone https://github.com/mapbox/mapbox-sdk-js.git
$ cd mapbox-sdk-js

Install dependencies

$ npm install

Set the access token in your environment

$ export MapboxAccessToken=YOUR_ACCESS_TOKEN_HERE

Run the tests

$ npm test