mirror of
https://github.com/Xevion/trivia.git
synced 2025-12-15 00:13:25 -06:00
update readme (typo, cli.py explanation)
This commit is contained in:
10
README.md
10
README.md
@@ -4,7 +4,7 @@ A simple locally hosted Flask webapp supporting Trivia competitions.
|
||||
|
||||
## Setup
|
||||
|
||||
Setup is designed to be as simple as possible with no configuration required. This webapp should only be locally acessible
|
||||
Setup is designed to be as simple as possible with no configuration required. This webapp should only be locally accessible
|
||||
on at `localhost:5000` unless
|
||||
|
||||
```
|
||||
@@ -16,6 +16,14 @@ flask run
|
||||
|
||||
Edit .flaskenv to change the configuration preset.
|
||||
|
||||
The CLI clientside implementation can be ran with
|
||||
|
||||
```
|
||||
python cli.py
|
||||
```
|
||||
|
||||
and exited with `q`.
|
||||
|
||||
## Application Design
|
||||
|
||||
The webapp has two sides: Client and Server.
|
||||
|
||||
Reference in New Issue
Block a user