An open API service indexing awesome lists of open source software.

https://github.com/resemble-ai/resemble-streaming-demo


https://github.com/resemble-ai/resemble-streaming-demo

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# Getting Started

First configure the environment settings:

1. Rename `example.env` to `.env`
2. Inside the `.env` file, replace `` with your resemble api key
3. Replace `` with your project UUID
4. Replace `` with your voice UUID
5. Replace `` with your streaming endpoint.

Next run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.