Skip to content
Doculite

Command Palette

Search for a command to run...

GitHub

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-docs

Install dependencies

cd my-docs
pnpm install

Start the development server

pnpm dev

Open http://localhost:3000 in your browser.

Hot Reload

The development server supports hot reload. Changes to MDX files and components are reflected immediately.