Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 872 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 872 Bytes

OpenMRS 3.x Medical Supply ESM

A frontend module for medical supply tracking, built on OpenMRS 3.x

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

Dashboard

Screenshot 2024-03-14 at 11 14 08

Getting Started

# Clone the repository
https://github.com/palladiumkenya/
git clone [email protected]:palladiumkenya/esm-medical-supply-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/medical-supply.

Running tests

yarn run te