Welcome to the Open Energy Transition Handbook repository!
This repository serves as a centralized hub for managing and tracking policies company-wide for Open Energy Transition.
The Open Energy Transition website is built on Docusaurus.
To get started with development, follow these steps:
Install dependencies:
npm install
To fetch dependencies, execute:
bash sync-data.sh
To generate JSON for the website structure, run:
bash generate-table-json.sh
To run the development server, use the following command:
npm start
To build the project, run:
npm run build
We welcome contributions from the community. To contribute, please follow these steps:
- Fork this repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your fork.
- Open a pull request.
Thank you for contributing to the Open Energy Transition Handbook!