mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
10 lines
109 B
Makefile
10 lines
109 B
Makefile
|
setup:
|
||
|
python3 -m venv .venv
|
||
|
.venv/bin/pip install -r requirements.txt
|
||
|
|
||
|
dev:
|
||
|
./bin/dev
|
||
|
|
||
|
prod:
|
||
|
./bin/prod
|