chrono des vignes is a web app made in python and the Flask framwork for the back-end and the html, javascript for the front-end
to build the app you need to
- rebuild the .venv from the requirement.txt
- open a terminal with the virtual environment
- launch the server with
$env:FLASK_DEBUG = 1;$env:FLASK_APP = "chrono_des_vignes";flask run --extra-files flask-app/templates/:flask_app/translations/```