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 ignitra2. Install dependencies
pnpm install3. Start local services
docker compose up -d4. Copy environment variables
cp .env.example .env5. Start the dev server
pnpm dev6. Open http://localhost:3000
That's it! You should see the Ignitra landing page. The dashboard is at /dashboard (sign up first).
Next Steps
- Configuration — Set up your environment variables
- Authentication — Configure OAuth providers
- AI Providers — Choose your AI backend