moving build file into tools, keep rootdir clean (#1434)
* moving build file into tools, keep rootdir clean * formatting * make flake happy
This commit is contained in:
parent
3ac6a98adc
commit
0dffb2c1a0
6 changed files with 7 additions and 6 deletions
|
|
@ -92,7 +92,7 @@ python3.9 -m venv venv
|
|||
# create the data folder and the .env file
|
||||
mkdir data && cp .env.example .env
|
||||
# build the static files
|
||||
./venv/bin/python build.py
|
||||
./venv/bin/python tools/build.py
|
||||
```
|
||||
|
||||
#### Running the server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue