{"id":33148994,"url":"https://github.com/climate-tech-handbook/climate-tech-handbook","last_synced_at":"2025-12-10T00:01:17.992Z","repository":{"id":156747479,"uuid":"614016754","full_name":"climate-tech-handbook/climate-tech-handbook","owner":"climate-tech-handbook","description":"Help us build the most accessible and accurate climate tech resource on the planet 📓 🌍","archived":false,"fork":false,"pushed_at":"2025-01-28T23:06:10.000Z","size":141641,"stargazers_count":84,"open_issues_count":89,"forks_count":26,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-28T20:39:18.041Z","etag":null,"topics":["climate-change","climate-data","climate-science","climate-tech"],"latest_commit_sha":null,"homepage":"https://climatetechhandbook.com","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/climate-tech-handbook.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-14T18:11:53.000Z","updated_at":"2025-09-15T23:53:27.000Z","dependencies_parsed_at":"2024-05-02T05:09:56.156Z","dependency_job_id":"1f4cd382-72b6-445b-944b-c37546d0028e","html_url":"https://github.com/climate-tech-handbook/climate-tech-handbook","commit_stats":{"total_commits":794,"total_committers":35,"mean_commits":"22.685714285714287","dds":0.6775818639798489,"last_synced_commit":"be497424526b08b722d678e5e226479690023ab9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/climate-tech-handbook/climate-tech-handbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/climate-tech-handbook%2Fclimate-tech-handbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/climate-tech-handbook%2Fclimate-tech-handbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/climate-tech-handbook%2Fclimate-tech-handbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/climate-tech-handbook%2Fclimate-tech-handbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/climate-tech-handbook","download_url":"https://codeload.github.com/climate-tech-handbook/climate-tech-handbook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/climate-tech-handbook%2Fclimate-tech-handbook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27306308,"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","status":"online","status_checked_at":"2025-11-28T02:00:06.623Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-change","climate-data","climate-science","climate-tech"],"created_at":"2025-11-15T17:00:26.092Z","updated_at":"2025-12-10T00:01:17.986Z","avatar_url":"https://github.com/climate-tech-handbook.png","language":"Jupyter Notebook","funding_links":[],"categories":["Sustainable Development"],"sub_categories":["Knowledge Platforms"],"readme":"# The Climate Tech Handbook\n\n[![Climate Tech Handbook - logo - small - full color](https://user-images.githubusercontent.com/1459051/233495668-13a7bc63-28b2-444f-8827-765edb7bc0e8.png)](https://climatetechhandbook.com)\n\n## Our Mission:\n\nTo help job seekers transition to the climate tech field as quickly as possible.\n\n## Contribute:\n\nPlease [join us on Slack](https://chat.climatetechhandbook.com) and we can talk about the best ways you can help out.\n\n**We need:**\n\n- Content writers\n- Data analysts\n- Designers\n- Financial contribuors\n- Business advisors for financial sustainability\n- People who love making cool things with data\n\n## Table of Contents\n\n- [Prerequisites](#prerequisites)\n- [Setup](#setup)\n- [Local Development](#local-development)\n- [Build](#build)\n- [Content Management with Decap CMS](#content-management-with-decap-cms)\n- [Deployment with Netlify](#deployment-with-netlify)\n- [Contributing](#contributing)\n- [Acknowledgements](#acknowledgements)\n- [Contact](#contact)\n- [License](#license)\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/en/download/) version \u003e= 12.13.0 or above (which can be checked by running `node -v`). You can use `nvm` for managing multiple Node versions on a single machine installed\n- [npm](https://www.npmjs.com/get-npm) version \u003e= 6.12.0 or above (which can be checked by running `npm -v`)\n\n## Setup\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/climate-tech-handbook/climate-tech-handbook.git\n```\n\n2. Change to the directory:\n\n```bash\ncd climate-tech-handbook\n```\n\n3. Install Node\n\nOn a Mac, complete the following steps\n- Install Homebrew package manager\n- Install Node Version Manager (nvm) - `brew install nvm`\n- Enter in your terminal: `source $(brew --prefix nvm)/nvm.sh`\n- Enter in your terminal: `nvm install 20` to install the latest Long Term Support version of Node v.20.12.2\n- Enter in your terminal: `nvm use 20` to start using version 20.12.2 of Node\n\n5. Install the dependencies:\n\n```bash\nnpm install\n```\n\n## Local Development\n\nStart the development server:\n\n```bash\nnpm start\n```\n\nThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.\n\n## Build\n\nTo create a static build of the project:\n\n```bash\nnpm run build\n```\n\nThis command generates static content into the `build` directory and can be served using any static contents hosting service.\n\n## Content Management with Decap CMS\n\nThis project uses Decap CMS for content management. For instructions on how to use Decap CMS with this project, please refer to [Decap CMS documentation](https://www.decapcms.com/docs).\n\n## Deployment with Netlify\n\nThis project is deployed with Netlify. For instructions on how to deploy this project with Netlify, please refer to [Netlify documentation](https://docs.netlify.com/).\n\n## Contact\n\nFor any queries, suggestions, or contributions, please reach out to us:\n\n- [LinkedIn](https://www.linkedin.com/company/climate-tech-handbook/)\n- [Climate Tech Handbook Slack](https://chat.climatetechhandbook.com)\n- [Climate Tech Handbook](https://www.climatetechhandbook.com/)\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n\n```License\nThe MIT License (MIT)\n\nCopyright (c) \u003c2023\u003e Climate Tech Handbook\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n```\n\nCustom Markdown Syntax for Image Figcaption. \n\n![alt text](image-url.jpg \"image caption on hover\")\n\nIn your regular Markdown page\n\nsimply write out your code like this and it will give you a figcaption that activates on hover","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclimate-tech-handbook%2Fclimate-tech-handbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclimate-tech-handbook%2Fclimate-tech-handbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclimate-tech-handbook%2Fclimate-tech-handbook/lists"}