document command to create/wipe db

This commit is contained in:
burnettk 2023-08-30 09:47:34 -04:00
parent ca85d99ae0
commit 0cac257952
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ First install python and poetry. Then:
cd spiffworkflow-backend
poetry install
./bin/recreate_db clean
./bin/run_server_locally
## Frontend Setup