Skip to content

Commit

Permalink
readme: add instructions for running locally
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Apr 23, 2022
1 parent 20a7632 commit 72d6c6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This is a repository for the WebRTC JavaScript code samples. All of the samples can be tested from [webrtc.github.io/samples](https://webrtc.github.io/samples).

To run the samples locally
```
npm install && npm start
```
and open your browser on the page indicated.

## Contributing
We welcome contributions and bugfixes. Please see [CONTRIBUTING.md](https://github.com/webrtc/samples/blob/gh-pages/CONTRIBUTING.md) for details.

## Bugs
Expand Down

0 comments on commit 72d6c6f

Please sign in to comment.