Create a .env
file and populate it with
SLACK_SIGNING_SECRET=<>
SLACK_BOT_TOKEN=<>
You'll want to create a personal slack workspace to do your testing in. In addition, install ngrok or something similar to send requests to your local environment.
Start ngrok: ./ngrok http 3000