Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 391 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 391 Bytes

Contributing

Thanks for being willing to contribute!

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

Project setup

# Install dependencies
$ npm install
# Build files in watch mode
$ npm run builddev