Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/404answernotfound/environtechnical
A website about environmental challenges in the tech industry
https://github.com/404answernotfound/environtechnical
climate climate-change hacktoberfest programming technology
Last synced: about 1 month ago
JSON representation
A website about environmental challenges in the tech industry
- Host: GitHub
- URL: https://github.com/404answernotfound/environtechnical
- Owner: 404answernotfound
- Created: 2022-10-24T16:06:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T21:24:28.000Z (over 1 year ago)
- Last Synced: 2024-01-28T07:35:56.446Z (11 months ago)
- Topics: climate, climate-change, hacktoberfest, programming, technology
- Language: JavaScript
- Homepage: https://envirotechnical.eu/
- Size: 1.01 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Envirotechnical
This is a website created on the occasion of the Codemotion Milan 2022 from the talk of Lorenzo Pieri.
## Table of contents
Table of Contents
## About the Project
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.## Getting started
Envirotechnical is built using the [javascript](https://www.javascript.com/) ecosystem. It requires a javascript runtime, check the [prerequisites](#prerequisites) paragraph.
### Prerequisites
This project requires you to have the following tools installed already:
* [Node](https://nodejs.org/) v14 ( or [equivalent](https://bun.sh/) javascript runtime )
* [NPM](https://www.npmjs.com/) v6 ( or [equivalent](https://yarnpkg.com/) package manager)You can check your Node.js and NPM version by typing:
```bash
$ node -v$ npm -v
```### Installation
You can use your preferred package manager to install the project
```bash
npm install#or
yarn add
```### Run the project
```
npm run build
npm start
```## Roadmap
## Contributing
Contributions are welcome and wanted. To submit your code, please make sure you read our [CONTRIBUTING](./CONTRIBUTING.md) guidelines.
Run npm lint and npm build before submitting your merge request.
## License
## Team
- [Lorenzo Pieri - 404answernotfound](https://github.com/404answernotfound)
- [Angela Busato - AngyDev](https://github.com/AngyDev)