Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.14 KB

File metadata and controls

40 lines (26 loc) · 1.14 KB

UgandaEMR+ logo

Bed Management app

A frontend module for managing beds in a facility.

Bed management app landing page

Getting started

To get a local copy up and running, please follow these simple steps.

Development

  1. Clone the repo:

    git clone https://github.com/mets-programme/esm-ugandaemr-bed-management-app.git
  2. Install dependencies by running yarn:

    yarn
  3. 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