mod link, button fix, add makefile
parent
7527bbfc2b
commit
a384b6c8a8
@ -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