A simulation tool for comparing schedulable load algorithms and twinworlds in a local energy system environment.
If you like this project, please consider supporting it by giving it a star ⭐!
git clone https://github.com/xlc-dev/LES.git
cd LES
pnpm install
To run the development server:
pnpm run dev
This will automatically open the application in your default browser and it should be there ready to use.
Alternatively you can open a new tab at http://localhost:3000 with your favorite browser.
To format the code:
pnpm run format
To check the code for warnings and errors:
pnpm run svelte-check
To see all other available commands, run pnpm run
or check the package.json file.
This project is licensed under the terms of the GPL-3.0 license. See the LICENSE file for details.