Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.08 KB

readme.md

File metadata and controls

31 lines (21 loc) · 1.08 KB

🐝 Bugbot

🚨 Bugbot is no longer actively maintained. Pull requests are still accepted! 🚨

Codeship Status for smallwins/bugbot bitHound Code bitHound Dependencies

Dev setup

  1. Clone this repo and run npm i.
  2. Create a .env file with:
  • APP_NAME=bugbot
  • GITHUB_CLIENT_ID
  • GITHUB_CLIENT_SECRET
  • SLACK_CLIENT_ID
  • SLACK_CLIENT_SECRET
  • AWS_REGION (if you are using the dynamo adapter)

Run the tests

npm test

Start the server

npm start

Deploy