Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 457 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 457 Bytes

Contributing

Installing

Clone or fork and clone repo and install dependencies

git clone https://github.com/urbica/react-map-gl.git
cd react-map-gl
npm install

Running Styleguidist server

Start react-styleguidist server

MAPBOX_ACCESS_TOKEN=<TOKEN> npm start

where <TOKEN> is a valid Mapbox access token.

Running tests

Run tests with

npm test