Skip to content

Commit

Permalink
chore: Add basic README to react video tutorial. (#1591)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenleenarts authored Nov 29, 2024
1 parent 16cc95c commit db613b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sample-apps/react/stream-video-react-tutorial/README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit db613b3

Please sign in to comment.