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