Babble is a JavaScript library for extending user interfaces to better understand humans.
To get all the required packages, run the following command in the root folder:
npm install
Run the following command to watch for changes and build automatically if the tests pass:
gulp watch
Manually run a build with the following command:
gulp build
Testing is done with Mocha and Chai, using a should BDD approach, just run the following command:
mocha test