Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1 KB

CONTRIBUTING.md

File metadata and controls

41 lines (24 loc) · 1 KB

Contribute to the Developer Portal

Check the information below on how to set up the environment and contribute.

Fork and Open a Pull Request

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.

Run locally

Clone the repository:

git clone https://github.com/dhis2/developer-portal.git

Installation

yarn install

Local Development

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.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Website

This website is built using Docusaurus 2, a modern static website generator.