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