mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-03 09:29:14 +01:00
build instruction (#800)
This commit is contained in:
parent
dc501d3f40
commit
f22e1e16af
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue