Files
pipecat/examples/simple-chatbot/examples/react/README.md

357 B

React Implementation

Basic implementation using the RTVI React SDK.

Setup

  1. Run the bot server; see README.

  2. Navigate to the examples/react directory:

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