Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 420 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 420 Bytes

README

  1. Create a Slack App and give it access to Slack Webhooks
  1. Clone the repo
  2. Run bundle install
  3. Change .env.example to .env
  • SLACK_URL will be your Webhook URL
  • SLACK_CHANNEL will be your Slack channel
  1. Run rails db:create db:migrate db:seed
  2. Run rails s and go to localhost:3000