- Join the Historian Test Slack Workspace here and ask the webmaster for collaborator access to the test historian slack app.
- Sign up for ngrok here.
- From the getting started page after signing up download ngrok and extract it to a convinent directory.
- Add the extracted ngrok directory to your PATH.
- Clone the repository and navigate to your project directory in cmd or git bash.
- Run
npm install
and thennpm run start
. - From cmd run
ngrok http 3000
. - Navgiate to the slack api page for the test historian app here and for the slash command your changing update the request url to be
<ngrok forwarding address>/api/messages
. - Follow the instructions of the SSE Web API README in order to get that running locally for testing slash commands which contact the API.