Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 532 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 532 Bytes

Getting Started

First configure the environment settings:

  1. Rename example.env to .env
  2. Inside the .env file, replace <your-api-key> with your resemble api key
  3. Replace <your-project-uuid> with your project UUID
  4. Replace <your-voice-uuid> with your voice UUID
  5. 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.