Skip to content

Swarupa567/climate-tech-handbook

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

The Climate Tech Handbook

Climate Tech Handbook - logo - small - full color

Our Mission:

To help job seekers transition to the climate tech field as quickly as possible.

Contribute:

Please join us on Slack and we can talk about the best ways you can help out.

We need:

  • Content writers
  • Data analysts
  • Designers
  • Financial contribuors
  • Business advisors for financial sustainability
  • People who love making cool things with data

Table of Contents

Prerequisites

  • Node.js version >= 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
  • npm version >= 6.12.0 or above (which can be checked by running npm -v)

Setup

  1. Clone the repository:
git clone https://github.com/climate-tech-handbook/climate-tech-handbook.git
  1. Change to the directory:
cd climate-tech-handbook
  1. Install the dependencies:
npm install

Local Development

Start the development server:

npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

To create a static build of the project:

npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Content Management with Decap CMS

This project uses Decap CMS for content management. For instructions on how to use Decap CMS with this project, please refer to Decap CMS documentation.

Deployment with Netlify

This project is deployed with Netlify. For instructions on how to deploy this project with Netlify, please refer to Netlify documentation.

Contact

For any queries, suggestions, or contributions, please reach out to us:

License

This project is licensed under the terms of the MIT license.

The MIT License (MIT)

Copyright (c) <2023> Climate Tech Handbook

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE 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
AUTHORS 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.

About

Help us build the most accessible and accurate climate tech resource on the planet ๐Ÿ““ ๐ŸŒ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.0%
  • CSS 32.2%
  • TypeScript 14.3%
  • MDX 1.1%
  • HTML 0.4%