Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getcore.me/llms.txt

Use this file to discover all available pages before exploring further.

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 postgres redis neo4j
    cd ../..
    
  5. Start the server
    pnpm dev
    
The application will be running at http//:localhost:3033