add the instructions to run the server again

master
kirbylife 2023-07-14 00:19:51 -06:00
parent f713a1de34
commit 844c56c26c
1 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,8 @@
# tptimer
a social network to speedcubers
a social network for speedcubers
## Instuctions to run the server in dev mode
1. run `poetry install`
1. create a .env file that contains "secret_key" and "sql_uri" env vars
1. execute `poetry run python app.py`