Skip to main content

Prerequisites

  • Node.js 18+
  • pnpm or Docker
  • Git

Option 1: Install with pnpm

# Clone the repository
git clone https://github.com/AbdelrahmanAbounida/GAIA-AI.git

# Navigate to project directory
cd GAIA-AI

# Install dependencies
pnpm install

# migrate the database Tables
cd packages/db
pnpm run migrate

# Start the development server (in root folderdit .env to add y)
pnpm run dev
The application will be available at http://localhost:3000

Option 2: Run with Docker

# Clone the repository
git clone https://github.com/AbdelrahmanAbounida/GAIA-AI.git

# Navigate to project directory
cd GAIA-AI

# Start with Docker Compose
docker-compose up
The application will be available at http://localhost:3000