Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 167 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 167 Bytes

Running the app

python3 -m venv .venv
source ./.venv/bin/activate
pip install -r ./requirements.txt

python ./app.py --port 0

App