Skip to main content

Getting Started

Prerequisites

Setup

  1. Fork this repository
  2. Clone your fork locally and install dependencies
    git clone https://github.com/RedPlanetHQ/core.git
    cd core
    pnpm install
    
  3. Copy .env.example to .env and add your OPENAI_API_KEY.
  4. Start docker services
    cd hosting/docker
    docker-compose up -d core-postgres core-redis core-neo4j
    cd ../..
    
  5. Start the server
    pnpm dev
    
The application will be running at http//:localhost:3033