Allows savvy developers to chat to a website owner via the browser console.
- Fork/Clone this repo locally
npm install && jspm install- Localy: Edit the
./server/config.jsfile and add in your Slack Token and Slack Channel you want to watch.
Deploying: You need to set 3 environment variables (NODE_ENV=production,SLACK_TOKEN=<token>, andSLACK_CHANNEL=<channel>). - And then run
node serverto start everything up.