What is this?
...
git clone https://github.com/openmrs/openmrs-esm-patient-chart
- cd openmrs-esm-patient-chart
- npm install
- npm run build
- Serve the built dist/openmrs-esm-patient-chart.js and configure it in your SPA Module's root-config
Then, have a look at the Frontend Implementer Documentation for installing microfrontends for the SPA Module.
...
What does a full configuration file look like for this module?
What are the default configuration settings for this module?
What is the workspace?
How do I create my own widgets?
Contributing / Development
...