Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Latest commit

 

History

History
50 lines (31 loc) · 1.15 KB

File metadata and controls

50 lines (31 loc) · 1.15 KB

Local Energy System

Logo

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 ⭐!

Requirements

Installation

git clone https://github.com/xlc-dev/LES.git
cd LES
pnpm install

Commands

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.

License

This project is licensed under the terms of the GPL-3.0 license. See the LICENSE file for details.