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:
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
npm installnpm run devnpm run buildRun Unit Tests with Vitest
npm run test:unitLint with ESLint
npm run lint