npm install
npm run deploy
npm run offline curl -XPOST -d 'text=blabla' http://localhost:3000/slackbot-arthur
npm test # all unit tests
npm run test.unit # only mocha tests npm run test.unit.watch # only mocha tests and watch file changes npm run test.lint # only eslint npm run test.lint.fix # auto-fix eslint