Basic implementation using the Pipecat JavaScript SDK.
-
Run the bot server. See the server README.
-
Navigate to the
client/javascript
directory:
cd client/javascript
- Install dependencies:
npm install
- Run the client app:
npm run dev
- Visit http://localhost:5173 in your browser.