Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 714 Bytes

File metadata and controls

28 lines (17 loc) · 714 Bytes

O3 Docs

⚠️ NOTE: THIS IS NO LONGER THE ACTIVELY MAINTAINED SOURCE OF TRUTH FOR O3 DEV DOCS. This effort has been moved to the OpenMRS Wiki

Documentation site for O3, the frontend framework for OpenMRS. This documentation is intended to enable developers to develop and deploy custom UI features for OpenMRS.

Development

  • Install dependencies using:

    pnpm install
  • Start a dev server on port 3000 using:

    pnpm run dev

Deployment

Each merged commit gets automatically deployed on o3-docs.openmrs.org.

Stack