Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 633 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 633 Bytes

UgandaEMR Esm Patient Notes App

A frontend module for managing the notes widget. It provides a tabular overview of the visit notes recorded for a patient as well as a form for recording new visit notes.

Getting Started

# Clone the repository
git clone https://github.com/METS-Programme/esm-patient-notes-app.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/home.

Running tests

yarn run test