/babble

Babble is a JavaScript library for extending user interfaces to better understand humans.

Primary LanguageJavaScript

Babble Build Status

Babble is a JavaScript library for extending user interfaces to better understand humans.

Getting Started

To get all the required packages, run the following command in the root folder:

npm install

Building with Gulp

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 with Mocha

Testing is done with Mocha and Chai, using a should BDD approach, just run the following command:

mocha test