document command to create/wipe db

This commit is contained in:
burnettk 2023-08-30 09:47:34 -04:00
parent 6a6fe4e3c7
commit 1ead87b4b4
No known key found for this signature in database
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