Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 874 Bytes

LOCAL_SETUP.md

File metadata and controls

50 lines (32 loc) · 874 Bytes

Local Setup

Prerequisites and System Requirements

Getting Started

Clone the Project

$ git clone [email protected]:kreloaded/SlackSharp.git

$ cd SlackSharp

Install Dependencies

$ npm install

Setup Environment Variables

  • 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.

Start the Server

$ npm start

Ngrok Setup

Install ngrok npm package globally

$ npm install -g ngrok

Run 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.