Getting Started
Set up, run, and customize LiteDocs.
Prerequisites
- Node.js 18+ (20 recommended)
- Package manager: npm, pnpm, or Bun
Installation
# install dependencies
npm install
# or
bun install
Development
npm run dev
# or
bun run dev
Visit http://localhost:3002 while the dev server is running.
Build
npm run build
Customize Content
Edit files under src/content. Each MDX file must include frontmatter fields title and description.