# Install dependencies
npm install
# Run tests in the browser (requires the server to be running)
open test/index.html
# Run headless tests
grunt testThe project configuration is done using node-config. To add or override config options, just add a file for your environment (E.g. development.json). All plugin config options should be stored under the plugins key, while other options are depicted in the example.json and default.json files.
To use the github plugin functionality, register a new application on Github and set your keys in under plugins.github.