See the Quickstart for details on setting up your development environment
To run your scripts locally, you should make sure to use Node.js version 4.3.2.
We recommend using nvm to easily manage Node.js versions on your machine. This project is pre-provisioned with an .nvmrc
file so you may simply run:
$ nvm use
$ npm i
$ npm start