# Contributing

After cloning, use `npm install` to install dev dependencies. You can run tests with `npm test` and build with `npm run build`. Launch the example site with `cd example` and `npm start`.

If you would like to contribute, please follow the coding style by installing [standard](https://github.com/feross/standard) `npm i -g standard` and running `standard --fix` before opening your pull request.
