Documentation

Getting Started

Get Ignitra running locally in under 10 minutes.

Prerequisites

  • Node.js 18+ (recommended: 20+)
  • pnpm (recommended) or npm
  • Docker Desktop (for local database)
  • A code editor (VS Code recommended)

Quick Start

1. Clone the repository

git clone https://github.com/your-username/ignitra.git
cd ignitra

2. Install dependencies

pnpm install

3. Start local services

docker compose up -d

4. Copy environment variables

cp .env.example .env

5. Start the dev server

pnpm dev

6. Open http://localhost:3000

That's it! You should see the Ignitra landing page. The dashboard is at /dashboard (sign up first).

Next Steps

Getting Started | Ignitra Docs