Skip to content

Commit

Permalink
Detailed testing instructions. Fixes #53
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Mar 22, 2016
1 parent 417ff9b commit 3ed449b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
_[How to report a bug](http://polite.technology/reportabug.html)_

## 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

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

Install dependencies

```sh
$ npm install
```

Set the access token in your environment

```sh
$ export MapboxAccessToken=YOUR_ACCESS_TOKEN_HERE
```

Run the tests

```sh
$ npm test
```

0 comments on commit 3ed449b

Please sign in to comment.