Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 674 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 674 Bytes

UgandaEMR Data Visualizer ESM

A frontend module for visualizing data in UgandaEMR built on top of OpenMRS 3.x

For more information, please refer to the OpenMRS 3.x Frontend Documentation.

Getting Started

# Clone the repository
git clone [email protected]:METS-Programme/esm-ugandaemr-reporting.git

# to install dependencies
yarn

# to run the dev server
yarn start

# OR to start on a specified port eg 5000
yarn start --port 5000

Once it is running, a browser window should open with the OpenMRS 3 application. Log in and then navigate to /openmrs/spa/reporting.

Running tests

yarn run test