This is a website created on the occasion of the Codemotion Milan 2022 from the talk of Lorenzo Pieri.
Table of Contents
The project's purpose is to grow awareness around the impact of the web on climate change. This site will be a place where you can find resources for a sustainable web and a place where to share our experiences and frustration about it.
Envirotechnical is built using the javascript ecosystem. It requires a javascript runtime, check the prerequisites paragraph.
This project requires you to have the following tools installed already:
- Node v14 ( or equivalent javascript runtime )
- NPM v6 ( or equivalent package manager)
You can check your Node.js and NPM version by typing:
$ node -v
$ npm -v
You can use your preferred package manager to install the project
npm install
#or
yarn add
npm run build
npm start
Contributions are welcome and wanted. To submit your code, please make sure you read our CONTRIBUTING guidelines.
Run npm lint and npm build before submitting your merge request.