Check the information below on how to set up the environment and contribute.
Fork the repository under your account and propose your changes from there.
This will allow you to commit your proposed changes to a fork of this repo. It will also create a new branch in your fork, and then you will be able to submit a pull request.
Clone the repository:
git clone https://github.com/dhis2/developer-portal.git
yarn install
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.
This website is built using Docusaurus 2, a modern static website generator.