Run the following commands to get this project set up locally.
$ git clone https://github.com/keenlabs/keen-js.git && cd keen-js
$ npm install
$ bower install
# Build and launch project site
$ gulp
# Build and launch with tests
$ gulp with-tests
# View test results at http://localhost:9999
Please use the PR template below.
#### What does this PR do?
* awesome stuff
* really cool feature
* refactor X
#### How should this be manually tested? (if appropriate)
* run `gulp with-tests`
* tests run at `localhost:9999/`
#### Are there any related issues open?
#### Screenshots (if appropriate)