Click on the button below:
- Fork the repo
- Clone the repo
- Install the dependency:
npm install npm install -g ngrok
- Copy
.env.example
to.env
and replace the environment variables (you will need to create a new slack app) - Start the server
npm run dev
- expose your server to the internet
ngrok http 3000
ISC (like MIT but simpler)