fs-quiz-tool/README.md

15 lines
248 B
Markdown
Raw Normal View History

FS Quiz Tool
2020-01-12 15:25:31 +01:00
============
2020-01-12 15:31:57 +01:00
Tool for fs teams to train for registration qualification quizzes
2020-01-12 15:25:31 +01:00
To start the app run
2020-01-12 15:25:31 +01:00
```bash
# clone, cd into repo
pip install -e .
python3 -m fs-quiz-tool-db
```
2020-01-12 15:25:31 +01:00
Then, open <http://localhost:12345> in your browser.