HHelpNest/Getting Started/Quick Start (Local Development)
GitHubDashboardDEMO
Getting Startedยท1 min read

Quick Start (Local Development)

H
HiยทMarch 10, 2026

Quick Start (Local Development)

Get HelpNest running on your machine in a few minutes.

Prerequisites

  • Node.js 18+
  • pnpm 8+
  • Docker (for PostgreSQL, Redis, Qdrant)

Steps

  1. Clone the repository
git clone https://github.com/babble-open-source/helpnest
cd helpnest
  1. Copy the environment file and fill in the values
cp .env.example .env
  1. Start the services and seed the database
./scripts/dev-setup.sh
  1. Install dependencies and start the dev server
pnpm install
pnpm dev
  1. Open http://localhost:3000 and log in with [email protected] / helpnest.

What the seed creates

The setup script seeds two workspaces:

  • HelpNest docs at /helpnest/help โ€” the docs you are reading right now
  • HelpNest Cloud support at /support/help โ€” sample cloud support center

Was this article helpful?

Related articles

What is HelpNest?Environment Variables

Need more help?

Can't find what you're looking for?

Browse all articles

On this page

Quick Start (Local Development)PrerequisitesStepsWhat the seed creates