brymck-io
Development
Prerequisites:
Create an .env.local
file containing exports for the following environment variables:
AUTH_FLASK_SECRET_KEY
AUTH0_CLIENT_ID
AUTH0_CLIENT_SECRET
DEFAULT_REPO
You need to run the following once:
make init
Going forward, you can then run one of
make dev # deploy, watch and push changes, delete on quit
make run # deploy indefinitely