Skip to content

Commit

Permalink
feat: update readme, package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 authored Jan 17, 2024
1 parent a936e78 commit 69abbc6
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 22 deletions.
24 changes: 5 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,21 @@ This monorepo contains all the packages required to integrate 100ms on web

### Local Setup

Clone the repo locally and run yarn install
> Node version 18.0.0 or later
if you are using a different version in other projects, use [nvm](https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating) to manage node versions.


```
git clone https://github.com/100mslive/web-sdks.git
cd web-sdks
yarn install
```

### Test

```
yarn test
```

### Lint

Runs eslint across all packages

```
yarn lint
yarn build
```

### Running Sample Prebuilt

```
# do this at the root level
yarn install
yarn build
cd examples/prebuilt-react-integration
yarn dev
```
Expand Down
5 changes: 5 additions & 0 deletions packages/hls-player/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/hls-stats/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/hms-video-store/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions packages/hms-virtual-background/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/react-icons/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/react-sdk/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/roomkit-react/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/roomkit-web/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 69abbc6

@vercel
Copy link

@vercel vercel bot commented on 69abbc6 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.