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