add sentence on adding env variables to parent README

This commit is contained in:
Jessica Mitchell 2021-06-22 13:51:32 -04:00
parent d7469926f2
commit 172587ec38
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ This repository uses [yarn workspaces](https://classic.yarnpkg.com/en/docs/works
Setup dependencies via `yarn install`.
Run an example via `yarn workspace @dailyjs/basic-call dev` (replacing `basic-call` with the name of the demo)
Add the required environment variables (e.g. your Daily API key) for the demo being used. Each demo's README will list the required environment variables to run it locally.
Run an example via `yarn workspace @dailyjs/basic-call dev` (replacing `basic-call` with the name of the demo).
Please note: these demos are intended as educational resources for using the Daily platform as well as showcasing common usage patterns and best practices. That said, they are not intended to be used as production ready applications.