From db613b35729a4d450c8f4163c4004c1c8da233a5 Mon Sep 17 00:00:00 2001 From: Jeroen Leenarts Date: Fri, 29 Nov 2024 11:19:56 +0100 Subject: [PATCH] chore: Add basic README to react video tutorial. (#1591) --- sample-apps/react/stream-video-react-tutorial/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sample-apps/react/stream-video-react-tutorial/README.md diff --git a/sample-apps/react/stream-video-react-tutorial/README.md b/sample-apps/react/stream-video-react-tutorial/README.md new file mode 100644 index 0000000000..19886dee95 --- /dev/null +++ b/sample-apps/react/stream-video-react-tutorial/README.md @@ -0,0 +1,8 @@ +# React Video Tutorial + +## Steps to run the app + +1. Populate the `main.tsx` file in the `src/` using credentials from your Stream account. You can find these on your dashboard. +2. Run `yarn` to install dependencies +3. Run `yarn build:react:deps` to build the dependent packages +4. Run `yarn dev` to launch the application