Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 340 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 340 Bytes

flask-ui

Everything is in the main repository: KDI-2023/proj-repo.

clone

git clone --recurse-submodules --remote-submodule https://github.com/KDI-2023/flask-ui.git

run

cd flask-ui
py -m pip install -r requirements.txt
flask -A webui run --debug --port 23648