LogoLogo
  • Welcome
  • Getting Started
    • Prerequisites
    • Backend Installation
    • Frontend Installation
    • Configuration
    • Running The System
  • Architecture
    • System Architecture
    • AI Agents
    • Core Components
    • Frontend Technologies
    • Contribution Guidelines
    • Safety Guidelines
    • Tokenomics
Powered by GitBook
On this page
  • Backend
  • Frontend
  1. Getting Started

Running The System

PreviousConfigurationNextSystem Architecture

Last updated 3 months ago

# Basic execution
python app.py

# Development mode
npm run dev
# or
yarn dev

# Production build
npm run build
npm run start
# or
yarn build
yarn start
Backend
Frontend