Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denniskigen/o3-docs
Documentation site for O3, the frontend framework for OpenMRS.
https://github.com/denniskigen/o3-docs
Last synced: about 1 month ago
JSON representation
Documentation site for O3, the frontend framework for OpenMRS.
- Host: GitHub
- URL: https://github.com/denniskigen/o3-docs
- Owner: denniskigen
- License: other
- Created: 2023-05-01T14:44:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T12:04:12.000Z (about 1 month ago)
- Last Synced: 2024-12-01T08:55:36.150Z (about 1 month ago)
- Language: MDX
- Homepage: https://o3-docs.openmrs.org
- Size: 4.31 MB
- Stars: 7
- Watchers: 11
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 at https://openmrs.atlassian.net/wiki/x/4QABCQ**
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:
```bash
pnpm install
```- Start a dev server on port 3000 using:
```bash
pnpm run dev
```## Deployment
Each merged commit gets automatically deployed on https://o3-docs.openmrs.org.
## Stack
- [Nextra](https://n.extra.site/)
- [Vercel](https://vercel.com)