Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 447 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 447 Bytes

SSEBot

Running locally

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.

Local development with ngrok

Start ngrok: ./ngrok http 3000