(Previously PipingEstimator)
git checkout main
git pull
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 run.py
- Navigate to
localhost:8080
-
The app architecture (how the files are ordered in the folders) is based on this blog post
-
Please make sure to follow the structure when developping