mod link, button fix, add makefile

This commit is contained in:
lza_menace 2021-03-07 23:41:15 -08:00
parent 7527bbfc2b
commit a384b6c8a8
4 changed files with 25 additions and 5 deletions

9
Makefile Normal file
View file

@ -0,0 +1,9 @@
setup:
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
dev:
./bin/dev
prod:
./bin/prod