CLI and template for the LitMDX documentation framework.
bun add -D litmdxbunx litmdx dev # start the dev server
bunx litmdx build # build static site to dist/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 # ESLintPart of the LitMDX monorepo.