Files
pipecat/examples/personalized-voice-agent/client/react/README.md
2025-03-25 10:44:12 -07:00

409 B

React Implementation

Basic implementation using the Pipecat React SDK.

Setup

  1. Run the bot server; see README.

  2. Navigate to the client/react directory:

cd client/react
  1. Install dependencies:
npm install
  1. Run the client app:
npm run dev
  1. Visit http://localhost:5173 in your browser.