This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am carc1n0gen on github. | |
* I am carsonthecanuck (https://keybase.io/carsonthecanuck) on keybase. | |
* I have a public key ASAOtLzpKuIVdO0kPyJwMP133KCZlYH1-4xLbX_ViL0F2go | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: setup dev | |
setup: | |
test -d .venv || python -m venv .venv | |
. .venv/bin/activate; pip install -r requirements.txt | |
dev: | |
. .venv/bin/activate; flask --app app.create_app run --debug |
OlderNewer