Skip to content

Files

Latest commit

 

History

History
17 lines (13 loc) · 444 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 444 Bytes

OpenMRS Frontend Core

This is a Lerna project containing the core packages for the OpenMRS Frontend. These packages handle the "cross-cutting concerns" described in the Domain Decomposition document.

Getting Started

npm install -g lerna
npm install
lerna bootstrap