python3 -m venv .venv
source .venv/bin/activate
pip3 install -r ./requirements
- Decice between HTML or Text mode, by setting
HTML_MODE
variable flask run --host=0.0.0.0 --port=5500
- you can run multiple servers on different ports. Simply, open new terminal in the same directory and run line above with a new port (no need to duplicate this project directory)