JavaScript Implementation
Basic implementation using the Pipecat JavaScript SDK.
Setup
-
Deploy the Modal server. See the main README.
-
Navigate to the
client/javascriptdirectory:
cd client/javascript
-
Modify the baseUrl in src/app.js to point to your deployed Modal endpoint
-
Install dependencies:
npm install
- Run the client app:
npm run dev
- Visit http://localhost:5173 in your browser.