Files
docmd-io--docmd/packages/live/README.md
T
wehub-resource-sync 6db8fca185
docmd CI verification / verify (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:31:55 +08:00

654 B

@docmd/live

The browser-based bundle that powers the docmd Live Editor - packages the core parser, UI, and themes into a single standalone script that renders documentation client-side without a Node.js server.

Live demo: live.docmd.io

Quick start

# Run the editor locally
docmd live
// Embed the editor engine in your own tooling
import { buildLive } from '@docmd/core';
await buildLive();

Part of the docmd documentation engine.

Documentation

See docs.docmd.io for full usage and API reference.

License

MIT