kirbylife 844c56c26c | ||
---|---|---|
pyTwistyScrambler | ||
static | ||
templates | ||
.gitignore | ||
README.md | ||
app.py | ||
config.py | ||
forms.py | ||
models.py | ||
pyproject.toml |
README.md
tptimer
a social network for speedcubers
Instuctions to run the server in dev mode
- run
poetry install
- create a .env file that contains "secret_key" and "sql_uri" env vars
- execute
poetry run python app.py