Quick Installation

Get up and running with Docunaut in just a few minutes.

Prerequisites

Before you begin, make sure you have Node.js 18 or later installed on your system.

Installation Steps

1. Download the Template

Download or clone the Docunaut template to your local machine.

2. Install Dependencies

Choose your preferred package manager:

bash
npm install

Or with pnpm:

bash
pnpm install

Or with yarn:

bash
yarn install

3. Start Development Server

Run the development server:

bash
npm run dev

Your documentation site will be available at http://localhost:3000.

Next Steps

Now that you have Docunaut installed, you can:

  • Add your own content in config/pages-content.tsx
  • Customize the site configuration in config/site.ts
  • Explore the Markdown Guide to learn about all available features
  • Check out the Configuration Guide for customization options
Built with v0