This is the code repository for the EU LIFE Multi Peat project's European Peatland Policy Portal.
- inputs
- static data used in the FFP and SET tools
- mvenv
- virtual environment for repository
- static
- images
- pictures used throughout the portal
- scripts
- JavaScript files to make pages and tools dynamic
- additional auxiliary icons and images (mainly SVGs and logos)
- style.css
- images
- templates
- HTML templates for all web pages
- [base directory]
- run.py starts flask instance and manages site routes
- wsgi.py is for web deployment
- modules.py contains some python modules for run.py
- Clone repository
- Install dependencies
- Open terminal and cd to directory
$env:FLASK_APP = "run"if powershell orexport FLASK_APP=runif bashflask run