PETER is a tool to help engineering teams compute the ecological footprint of the solutions they develop.
To start estimating your carbon impact with PETER
We use npm to manage dependencies, build, run tests etc...
You'll find installation guide depending on your Operating System: install | npm Docs (npmjs.com)
npm installnpm run dev
npm run test
If you want your tests to run again after a change (in case of TDD for example):
npm run testw
npm run build
if you want to update data about list just add the data in the list located in the files that has a name that contained "Provider". For the file sent to the team, it is the file "InMemoryEvaluationVersionProvider.ts"