blodemd dev
Start a local development server for real-time preview.
Run the full Blode.md rendering engine locally so you can preview your documentation as you write.
blodemd devThe dev server starts a local Next.js instance that renders your documentation with the same engine used in production. A file watcher monitors your docs directory and triggers automatic browser refreshes when content changes. Changes to docs.json trigger a full server reload.
blodemd devThe dev server watches all files in your docs directory for changes:
.mdx, .md, .json files) trigger a hot reload in the browser.docs.json) trigger a full server reload to pick up navigation and theming updates.The dev server requires a valid docs.json in your docs directory. Run
blodemd init first if you are starting from scratch.