{"id":21324603,"url":"https://github.com/404answernotfound/environtechnical","last_synced_at":"2025-07-12T06:31:58.418Z","repository":{"id":62049491,"uuid":"556842411","full_name":"404answernotfound/environtechnical","owner":"404answernotfound","description":"A website about environmental challenges in the tech industry","archived":false,"fork":false,"pushed_at":"2023-03-31T21:24:28.000Z","size":1056,"stargazers_count":4,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-28T07:35:56.446Z","etag":null,"topics":["climate","climate-change","hacktoberfest","programming","technology"],"latest_commit_sha":null,"homepage":"https://envirotechnical.eu/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/404answernotfound.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-10-24T16:06:31.000Z","updated_at":"2023-09-07T08:33:11.000Z","dependencies_parsed_at":"2023-09-24T09:17:13.611Z","dependency_job_id":null,"html_url":"https://github.com/404answernotfound/environtechnical","commit_stats":{"total_commits":22,"total_committers":7,"mean_commits":3.142857142857143,"dds":"0.40909090909090906","last_synced_commit":"27b52b5de0704704d81e841ecf99fc64119934f2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404answernotfound%2Fenvirontechnical","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404answernotfound%2Fenvirontechnical/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404answernotfound%2Fenvirontechnical/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404answernotfound%2Fenvirontechnical/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/404answernotfound","download_url":"https://codeload.github.com/404answernotfound/environtechnical/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225801459,"owners_count":17526414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["climate","climate-change","hacktoberfest","programming","technology"],"created_at":"2024-11-21T20:35:17.680Z","updated_at":"2024-11-21T20:35:18.385Z","avatar_url":"https://github.com/404answernotfound.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Envirotechnical\n\nThis is a website created on the occasion of the Codemotion Milan 2022 from the talk of Lorenzo Pieri. \n\n\u003cdiv\u003e\n \u003cimg src=\"public/images/image_logo.jpg\" alt=\"Envirotechnical\" /\u003e\n\u003c/div\u003e\n\n## Table of contents\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\n        \u003ca href=\"#about-the-project\"\u003eAbout The Project\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#prerequisites\"\u003ePrerequisites\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#roadmap\"\u003eRoadmap\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#team\"\u003eTeam\u003c/a\u003e\u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n## About the Project\nThe 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. \n\n## Getting started\n\nEnvirotechnical is built using the [javascript](https://www.javascript.com/) ecosystem. It requires a javascript runtime, check the [prerequisites](#prerequisites) paragraph.\n\n### Prerequisites\n\nThis project requires you to have the following tools installed already:\n\n* [Node](https://nodejs.org/) v14 ( or [equivalent](https://bun.sh/) javascript runtime )\n* [NPM](https://www.npmjs.com/) v6 (  or [equivalent](https://yarnpkg.com/) package manager)\n\nYou can check your Node.js and NPM version by typing:\n\n```bash\n$ node -v\n\n$ npm -v\n```\n\n### Installation\n\nYou can use your preferred package manager to install the project\n\n```bash\nnpm install\n\n#or \nyarn add\n```\n\n### Run the project\n\n```\nnpm run build\nnpm start\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Roadmap\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Contributing\n\nContributions are welcome and wanted. To submit your code, please make sure you read our [CONTRIBUTING](./CONTRIBUTING.md) guidelines.\n\nRun npm lint and npm build before submitting your merge request.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## License\n\n\u003c!-- This software is distributed under a [MIT](https://choosealicense.com/licenses/mit/) license that can be found [here](./LICENSE) --\u003e\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Team\n\n- [Lorenzo Pieri - 404answernotfound](https://github.com/404answernotfound)\n- [Angela Busato - AngyDev](https://github.com/AngyDev)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F404answernotfound%2Fenvirontechnical","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F404answernotfound%2Fenvirontechnical","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F404answernotfound%2Fenvirontechnical/lists"}