build instruction (#800)

This commit is contained in:
calle 2022-07-28 15:26:43 +02:00 committed by GitHub
parent dc501d3f40
commit f22e1e16af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,6 +64,8 @@ python3 -m venv venv
./venv/bin/pip install -r requirements.txt
# create the data folder and the .env file
mkdir data && cp .env.example .env
# build the static files
./venv/bin/python build.py
```
#### Running the server