$ git clone [email protected]:kreloaded/SlackSharp.git
$ cd SlackSharp
$ npm install
- Create a
.env
file in the root directory of the project. - Copy the contents of
.env.example
file to.env
file. - Replace the values of the environment variables with your own values.
$ npm start
$ npm install -g ngrok
$ ngrok http 3000
- Copy the https forwarding url from the terminal and paste it in the Request URL field of the slack app configuration page.