forked from lza_menace/suchwow
4 changed files with 25 additions and 5 deletions
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
setup: |
||||
python3 -m venv .venv
|
||||
.venv/bin/pip install -r requirements.txt
|
||||
|
||||
dev: |
||||
./bin/dev
|
||||
|
||||
prod: |
||||
./bin/prod
|
Loading…
Reference in new issue