Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 518 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 518 Bytes

EVI embed example for Vue

This is an example of how to use the EVI embedded iframe in a Vue project.

Running locally

  1. 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.
  2. Install dependencies
    pnpm install
  3. Run the development server
    pnpm dev