Collection of test pages used for WebRTC development
Detailed information on developing in the webrtc GitHub repo can be found in the WebRTC GitHub repo developer's guide.
git clone https://github.com/webrtc/test-pages.git
npm install
From the root of the checkout do cd test
then run node server.js
and finally navigate your browser to https://localhost:8080
.
Runs grunt which currently only does linting.
npm test