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