This is an example of how to use the EVI embedded iframe in a Vue project.
- Copy your API key from the Hume platform, and place it in the
.env
file.# Copy the example .env file cp .env.example .env # Now open .env in your favorite editor and add the API key appropriately.
- Install dependencies
pnpm install
- Run the development server
pnpm dev