This was my inspiration for high speed publishing:
but it could have been faster and more fun, with Wagtail and Slack!
createdb liveblog
cp liveblog/settings/.env.example liveblog/settings/.env
virtualenv env -p python3.7
source env/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
brew cask install ngrok
ngrok http 8000
http://localhost:4040/inspect/http
https://api.slack.com/apps/AGTF9MAMN/general?
Event API endpoint https://[HASH].ngrok.io/api/event/
brew services start redis