This commit is contained in:
Felipe M 2019-10-07 18:15:44 +02:00
parent 2988b5f18a
commit 12d6e3824c
Signed by: fmartingr
GPG key ID: 716BC147715E716F
9 changed files with 12 additions and 93 deletions

View file

@ -1,4 +1,6 @@
setup:
python3 -m venv .venv
source .venv/bin/activate && pip install -r requirements.txt
npm install
dev: