Get started
Portal version: 0.1.0
Updated: 2026-08-28
Source menu item: Get started
Availability: Documented and testable
The source contract and local workflow exist. Access still depends on the target hospital deployment and its policy gates.
Create a project, run doctor and tests, then preview a synthetic bridge exchange on loopback.
What you can use now
- Use the template CLI and
.env.example; never copy a real.envinto the project or release. - Package the kit only after the full test suite passes.
Quick example
node bin/medos-app.mjs create ../my-app --app-id my-app --publisher-id my-team
cd ../my-app
npm test
npm run doctor
Current limits
- The quickstart creates authoring material only.
Next step
Start with the medOS Developer overview and confirm the target hospital’s enabled contracts before production work.