A frontend module for managing beds in a facility.
To get a local copy up and running, please follow these simple steps.
-
Clone the repo:
git clone https://github.com/mets-programme/esm-ugandaemr-bed-management-app.git
-
Install dependencies by running
yarn
:yarn
-
Run a dev server:
yarn start
To develop features and fixes for UgandaEMR+, you'll need to proxy to a UgandaEMR+ backend by passing a backend server URL as the argument of the
--backend
flag e.g.yarn start --backend https://ugandaemr-backend.mets.or.ug