Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.18 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.18 KB

Open Energy Transition Handbook

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/

Getting Started

Handbook

The Open Energy Transition handbook is built on Docusaurus.

Installation

To get started with development, follow these steps:

Install dependencies:

npm install 

Generating handbook Structure JSON

To generate the JSON for the handbook structure, run:

bash scripts/generate-table-json.sh

Data Synchronization

To fetch dependencies, execute:

bash scripts/sync-data.sh

Development

To run the development server, use the following command:

npm start

Building

To build the project, run:

npm run build

Contributing

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!