Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 566 Bytes

README.md

File metadata and controls

37 lines (33 loc) · 566 Bytes

DHIS TEST APP

Easy access to Org units administration in dhis2 platform

Requiremnts

You need yarn or npm environment configured on your local to test this code

Install

npm install
# or
yarn install

Develop

npm start
# or
yarn start

Build

yarn build

demo

Install the ogunits-admin.zip file on dhis2 test platform

Adding dependecies

To add dependencies to your local :

npm install @dhis2/ui-core
npm install @dhis2/cli-style -D
# or
yarn add @dhis2/ui-core
yarn add @dhis2/cli-style -D