Add README

This commit is contained in:
Alexander Hosking 2022-04-13 19:12:13 -04:00
parent 69784bfafe
commit 337811c5f6

View File

@ -6,3 +6,9 @@
export FLASK_APP=period; export FLASK_ENV=development; flask run export FLASK_APP=period; export FLASK_ENV=development; flask run
``` ```
To (re)initialize the database:
```
flask init-db
```