pSoundGUI/css/bootstrap-switch-master/CONTRIBUTING.md
2016-04-23 19:36:15 -04:00

15 lines
396 B
Markdown

Prerequisites:
- Node and NPM
- Gulp
Flow:
- Checkout `develop` branch
- Run `npm install` to get or update the dependencies
- Run `gulp`. Gulp will run the default task and listen for further files changes
- Work on the Coffeescript or LESS sources. Gulp will automatically build for you
- Once completed, submit a Pull Requests. Be sure to target `develop` as destination branch
Thank you.