Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.19 KB

contributing.md

File metadata and controls

22 lines (13 loc) · 1.19 KB

How to contribute?

Adding code and features or test cases or test data IS NOT THE ONLY WAY to contribute. It is suggested that you read up on these if you are completely new to opensource development:

Setting up the project

Clone this repository to your local disk. You need node/npm as a prerequisite. In the working directory, run npm install from the command-line. This will install all the project dependencies. (Things might get nasty if you are behind a firewall).

To spin off a localhost live-reload web server at port 4582, in the command-line, run grunt

Project management

The master branch is where things are supposed to be clean. Only releases happen on this branch. Presently, there are no releases. (However, there are commits which don't result into anything significant).

All active development happens on the dev branch. Hence fork this repo and switch to this branch and work away...

Submit your PR to the dev branch.