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:
bashnpm install
Or with pnpm:
bashpnpm install
Or with yarn:
bashyarn install
3. Start Development Server
Run the development server:
bashnpm 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