To run the code, make sure you have Bundler installed; then enter bundle install on the command line.
- Add your GitHub App's private key, app ID, and webhook secret to the
.envfile.
- Start webhook
smee --url https://smee.io/JYiHWxUEn038fj --path /event_handler --port 3000. - Run
ruby server.rbon the command line. - View the default Sinatra app at
localhost:3000.