Files
pipecat/examples/simple-chatbot/examples/javascript/README.md
2024-12-15 14:30:20 -05:00

441 B

JavaScript Implementation

Basic implementation using the Pipecat JavaScript SDK.

Setup

  1. Run the bot server. See the server README.

  2. Navigate to the examples/javascript directory:

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