Please update your links: documentation is now published and searchable at https://docs.energytransitionmodel.com
This repository contains the source for the ETM Docs website. It's built using Docusaurus 2; please see Installation for instructions on getting up-and-running.
Please see the published documentation for details on how to add, change, and remove documents (in-repo link).
If you wish to preview the site locally, you should start by installing Yarn. Then running yarn
will install the dependencies.
$ yarn
$ yarn start
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
Deployment happens automatically when your changes are pushed to the master branch.