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.
You can find and explore the current version of the handbook here: https://open-energy-transition.github.io/handbook/
The Open Energy Transition handbook is built on Docusaurus.
To get started with development, follow these steps:
Install dependencies:
npm install
To generate the JSON for the handbook structure, run:
bash scripts/generate-table-json.sh
To fetch dependencies, execute:
bash scripts/sync-data.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 the instructions available in Editing the Handbook
Thank you for contributing to the Open Energy Transition Handbook!