Skip to content

Local development

Fredrik Olsson edited this page Dec 17, 2017 · 1 revision

Ngrok

Download ngrok
Start ngrok and point it to 8080 by:
./ngrok http 8080

docker-compose

Start development environment running:
docker-compose up
from this repo root

Slack

Goto https://api.slack.com/apps/ and change the request url for the Slack app command you need to work with so that it points to corresponding ngrok url e.g. http://7c28e08b.ngrok.io/exam for the exam command.

Clone this wiki locally