15 lines
248 B
Markdown
15 lines
248 B
Markdown
FS Quiz Tool
|
|
============
|
|
|
|
Tool for fs teams to train for registration qualification quizzes
|
|
|
|
To start the app run
|
|
|
|
```bash
|
|
# clone, cd into repo
|
|
pip install -e .
|
|
python3 -m fs-quiz-tool-db
|
|
```
|
|
|
|
Then, open <http://localhost:12345> in your browser.
|