mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2026-09-14 22:34:17 +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
|