Skip to content

Latest commit

 

History

History

README.md

litmdx

CLI and template for the LitMDX documentation framework.

Install

bun add -D litmdx

Commands

bunx litmdx dev      # start the dev server
bunx litmdx build    # build static site to dist/

Development

bun run build      # compile src/ + copy template to dist/
bun run typecheck  # type-check src and template
bun run test       # run tests
bun run lint       # ESLint

Part of the LitMDX monorepo.