To contribute to the project, you can make a branch or a fork and submit a pull request. Before submitting a pull request, please ensure that you respect the code style check.
If you want to add a new feature or you have an issue, simply fill a Github issue with the corresponding label.
To ensure that you follow our code style, you can do the following:
- Install NodeJs by following the instructions at this page.
- Install JSCS
- Install JSHint
- Run the linter and the code style checker
The previous steps can be resumed by the following commands:
npm install -g jscs # Install JSCS
npm install -g jshint # Install JSHint
npm test # Run the JSCS and JSHint