Skip to content

Commit 72d6c6f

Browse files
committed
readme: add instructions for running locally
fixes #1311
1 parent 20a7632 commit 72d6c6f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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).
44

5+
To run the samples locally
6+
```
7+
npm install && npm start
8+
```
9+
and open your browser on the page indicated.
10+
11+
## Contributing
512
We welcome contributions and bugfixes. Please see [CONTRIBUTING.md](https://github.com/webrtc/samples/blob/gh-pages/CONTRIBUTING.md) for details.
613

714
## Bugs

0 commit comments

Comments
 (0)