Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.


Envirotechnical

## Table of contents

Table of Contents



  1. About The Project


  2. Getting Started


  3. Roadmap

  4. Contributing

  5. License

  6. Team

## 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
```

(back to top)

## Roadmap

(back to top)

## 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.

(back to top)

## License

(back to top)

## Team

- [Lorenzo Pieri - 404answernotfound](https://github.com/404answernotfound)
- [Angela Busato - AngyDev](https://github.com/AngyDev)

(back to top)