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-template2. Install Dependencies
pnpm install3. Start Development Server
pnpm devYour site should now be running at http://localhost:3000.
Next Steps
Last updated on