From 172587ec380f6ef41c4dbe97101c0b1cab563a77 Mon Sep 17 00:00:00 2001 From: Jessica Mitchell Date: Tue, 22 Jun 2021 13:51:32 -0400 Subject: [PATCH] add sentence on adding env variables to parent README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df3eb61..ce52bf2 100644 --- a/README.md +++ b/README.md @@ -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.