This project uses gulp as its build system.
- Install gulp:
$ npm install -g gulp
- Install dependencies:
$ npm install
- Build and run:
$ gulp watch
This project usings mocha for unit testing. Install mocha:
$ npm install -g mocha
To compile and test run:
$ gulp && mocha