Skip to content

Commit

Permalink
EVI embed example: add step for .env (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchard authored Oct 29, 2024
1 parent b4a9702 commit 8fe4a27
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions evi-embed-vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ This is an example of how to use the EVI embedded iframe in a Vue project.

## Running locally

1. Install dependencies
1. Copy your API key from [the Hume platform](https://platform.hume.ai/settings/keys), and place it in the `.env` file.
```shell
# 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
```shell
pnpm install
```
2. Run the development server
```
3. Run the development server
```shell
pnpm dev
```

0 comments on commit 8fe4a27

Please sign in to comment.