example on how to setup dev env
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
5ef2ced310
commit
4f9e8002f7
1 changed files with 9 additions and 0 deletions
|
@ -19,3 +19,12 @@ personal diary with txt style, can be private!
|
|||
| path | description |
|
||||
| :--------------: | :--------------------: |
|
||||
| `/txtdiary/data` | where posts are stored |
|
||||
|
||||
## local run
|
||||
|
||||
for example, using `pass` password:
|
||||
|
||||
```sh
|
||||
$ pip install -r requirements.txt
|
||||
$ TD_USERPASS=pass FLASK_APP=src/app flask run
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue