Quick Start

Create a country configuration

npm create @opencrvs/countryconfig <project-name>

This command creates a country configuration package with a minimal example configuration.

Fork (or clone) repositories

Create your own forks from the following repositories:Country configuration.

Steps to fork a repository:

  1. In the top right corner press "Fork" button

  2. Provide "Owner" and "Repository name" values

  3. Press "Create fork" button.

For CI/CD:

Create a Github Personal Access Token with the required permissions in order for the script to programmatically create Github environments on your forked repository. Usually, the only required scope for the token is "repo".

Last updated