First configure the environment settings:
- Rename
example.env
to.env
- Inside the
.env
file, 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 dev
Open http://localhost:3000 with your browser to see the result.