Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 409 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 409 Bytes

install deps

npm install

deploy to aws

npm run deploy

local test

npm run offline curl -XPOST -d 'text=blabla' http://localhost:3000/slackbot-arthur

unit tests

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