This is a Lerna project containing patient management. This package handles the following
- Node
- yarn
sh npm install yarn -g
To install and setup the repository once cloned just use the following command
npx lerna bootstrap
To develop on a specific package e.g @openmrs/esm-patient-search-app
npx openmrs develop --sources 'packages/apps/esm-patient-search-app'
You can always use regex
npx openmrs develop --sources 'packages/esm-patient-{package1,package2}-app/'
For building the code just run
npx lerna run build
To verify that all the test run
yarn test or npm test
The main
branch of this repo is deployed in a demo environment.
This module is designed to be driven by configuration files.