Add README

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

View File

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