Innovation on the whiteboard in the seminar room!
SLACK_CHANNEL=#notice-whiteboard, SLACK_API_TOKEN=***
# Setting Environment
$ cp .env.sample .env
$ vim .envThe commands are implemented by Makefile.
$ make build# Start container
$ make run
# Stop container
$ make stop$ make test