Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 386 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) · 386 Bytes

Contributing

Issues & pull requests welcome.

Setup

# install dependencies
npm install

# allow supersamples to require itself
npm link
npm link supersamples

Running the tests

npm test

Building the example docs (website, json, markdown)

make clean example-docs

Deploying the example docs to Github pages

make deploy