Simulation tool for a synthetic Energy Community Dataset. Can be run inside terminal or as webapp.
- Clone Repository.
- Locate cloned repository in powershell.
- Run
.\setup.ps1. This installs poetry and then all dependencies of the project. If you have issues running the script, runpowershell -ExecutionPolicy Bypass -File .\setup.ps1instead.
git clone https://github.com/skehrli/lanterncd /path/to/lanternbash setup.sh. Installs poetry if not yet installed and all dependencies using poetry.
- Open two terminals and locate the lantern directory in each.
- Run
poe backin first terminal. This runs the backend. - Run
poe front-winorpoe front-unixdepending on your OS. This runs the frontend. - Open your favorite browser at http://localhost:5173 If something goes wrong, check the logs in the running backend process.