Installation
How to install and set up Doculite.
Prerequisites
- Node.js 18 or later
- pnpm 8+ (recommended), npm, or yarn
Create a New Project
Clone the template
pnpm create next-app --example doculite-docs-template my-docsInstall dependencies
cd my-docs
pnpm installStart the development server
pnpm devOpen http://localhost:3000 in your browser.
Hot Reload
The development server supports hot reload. Changes to MDX files and components are reflected immediately.