bothness / energy-calc

A very tool for exploring domestic energy supply and demand, and the impacts of pricing and rationing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Energy Market Calculator

A simple tool for exploring domestic energy supply and demand, and the impacts of pricing and rationing.

Using this code

You are welcome to do whatever you like with this code, but please do link back to this repo.

This project was made with Svelte. To use the code, either download or clone this repo, and then run the following commands in the local folder on your computer.

Note that you will need to have Node.js installed.

Install the dependencies...

npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000 in your browser. You should see the app running. You can edit the code within the src folder to make changes. The App.svelte file is the best place to start.

About

A very tool for exploring domestic energy supply and demand, and the impacts of pricing and rationing.

License:MIT License


Languages

Language:Svelte 55.8%Language:JavaScript 33.5%Language:HTML 5.7%Language:CSS 5.0%