First configure the environment settings:
- Rename
example.envto.env - Inside the
.envfile, replace<your-api-key>with your resemble api key - Replace
<your-project-uuid>with your project UUID - Replace
<your-voice-uuid>with your voice UUID - Replace
<your-endpoint>with your streaming endpoint.
Next run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.