Hackmamba Docs
Getting started

Installation

Step-by-step installation and setup guide for Hackmamba documentation template

Installation

Get started with the Hackmamba documentation template in just a few steps.

Prerequisites

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

  • Node.js (version 18 or higher)
  • npm or yarn package manager
  • Git for version control

Quick Start

1. Clone the Template

git clone <repository-url>
cd hmb-docs-template

2. Install Dependencies

npm install

3. Start Development Server

npm run dev

4. Open in Browser

Navigate to http://localhost:3000 to see your documentation site.

Project Structure

├── app/                    # Next.js app directory
├── content/docs/          # Documentation content
├── lib/                   # Utility functions
├── public/                # Static assets
└── package.json          # Dependencies

Next Steps