mrsimpson / energy

A calculator for cost of energy (gas)
https://gaspreis.no-panic.org
Apache License 2.0
3 stars 0 forks source link
energy energy-consumption gas vue

energiekosten

An application to calculate the actual cost of gas for consumers, taking into account government support in 2022 and 2023 in Germany.

It runs on https://gaspreis.no-panic.org/ but if you want to run it locally (for example if you plan to contribute, which we would appreciate very much!), use the following instructions:

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint