# apps
Collection of public apps

## Included Apps
This contains the following apps
- Diabetes Monograph
    - repo: https://github.com/smart-on-fhir/diabetes-monograph-app
    - pull: `npm run pull:diabetes-monograph`

- Disease Monograph
    - repo: https://github.com/smart-on-fhir/disease-monograph-app
    - pull: `npm run pull:disease-monograph`

- Cardiac Risk
    - repo: https://github.com/smart-on-fhir/cardiac-risk-app
    - pull: `npm run pull:cardiac-risk`

- BP Centiles
    - repo: https://github.com/smart-on-fhir/bp-centiles-app
    - pull: `npm run pull:bp-centiles`

- Growth Chart
    - repo: https://github.com/smart-on-fhir/growth-chart-app
    - pull: `npm run pull:growth-chart`


## Update All
To update you can pull all the changes from all the sub-trees by running `npm run pull:subtrees`.
Then you can push the updated content and re-deploy the static server.

## Run Locally
just run `npm start` and the apps will be available in these sub-folders:

    diabetes-monograph-app
    disease-monograph-app
    cardiac-risk-app
    bp-centiles-app
    growth-chart-app

