Skip to Content
GuidesInstallation Guide

Installation Guide

This guide will walk you through installing and setting up your documentation site.

Prerequisites

Before you begin, make sure you have the following installed:

  • Node.js 18.17 or later
  • pnpm (recommended) or npm

Installation Steps

1. Clone the Repository

git clone https://github.com/yourusername/nextra-docs-template.git cd nextra-docs-template

2. Install Dependencies

pnpm install

3. Start Development Server

pnpm dev

Your site should now be running at http://localhost:3000.

Next Steps

Last updated on