example on how to setup dev env
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2024-03-08 18:39:37 +01:00
parent 5ef2ced310
commit 4f9e8002f7
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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
```