423 B
423 B
React Implementation
Basic implementation using the Pipecat React SDK.
Setup
-
Run the bot server; see README.
-
Navigate to the
examples/reactdirectory:
cd examples/react
- Install dependencies:
npm install
- Run the client app:
npm run dev
- Visit http://localhost:5173 in your browser.