- Create a Slack App and give it access to Slack Webhooks
- Follow the documentation in this link: Slack Webhooks
- Clone the repo
- Run
bundle install
- Change
.env.example
to.env
- SLACK_URL will be your Webhook URL
- SLACK_CHANNEL will be your Slack channel
- Run
rails db:create db:migrate db:seed
- Run
rails s
and go tolocalhost:3000