This directory contains the backend Python application.
To run the backend you will need Python 3.10 and have installed the following packages:
pip3 install -r requirements.txt
To run the backend and host the frontend at the same time run:
python3 quicksmesh.py --frontend-dir <path/to/dist>
Alternatively, if you are already serving the frontend (e.g. yarn dev) then you can run:
python3 quicksmesh.py --no-frontend