Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 664 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 664 Bytes

CO2-Fussabdruck-Rechner für Schweizer Dienstleistungsunternehmen 👣

The Smart-Rechner was developed for a BSc thesis at the University of Zurich in 2022 from Céline Salzmann (@celine-s, [email protected]).

The link to the Webapplication is: smart-rechner.vercel.app or direct www.smart-rechner.ch.

Setup

  1. npm ci
  2. npm run dev

Code Quality

A set of tools for a reasonably high code quality is used:

  1. Prettier for Code Formatting npm run prettier
  2. ESLint for Code Guidelines npm run lint
  3. TypeScript for Static Type Checking (done by Next)