Skip to content

xmlking/mastra-ag-ui

Repository files navigation

Mastra AG-UI Testing

🚀 Getting Started

📋 Prerequisites

  • Node.js 20+ and Bun
  • PostgreSQL database
  • Redis (optional, for scaling)
brew install node
# brew: bun
brew install oven-sh/bun/bun
# tools: turbo, dotenv cli
bun install turbo @dotenv-run/cli --global

🔨 Setup

  1. Clone and Install

    cd ~/Developer/Work/web
    gh repo clone xmlking/mastra-ag-ui
    cd mastra-ag-ui
    
    bun install
    
    # (optional) playwright is required for end-to-end testing
    bunx playwright install

⛁ Database

# Start database
docker compose up

🏃‍♂️‍➡️ Run

# to start `mastra` app
turbo run @repo/mastra#dev
# to start `web` app (optional)
turbo run web#dev   

🏃‍♂️‍➡️ Build

# to build `mastra` app
turbo run @repo/mastra#build

About

but report

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors