webrtc / test-pages

Collection of test pages used for WebRTC development

Home Page:https://webrtc.github.io/test-pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Intro

Collection of test pages used for WebRTC development

Development

Detailed information on developing in the webrtc GitHub repo can be found in the WebRTC GitHub repo developer's guide.

Clone the repo in desired folder

git clone https://github.com/webrtc/test-pages.git

Install npm dependencies (also adds linting to precommit githooks)

npm install

Start web server for development

From the root of the checkout do cd test then run node server.js and finally navigate your browser to https://localhost:8080.

Linting

Runs grunt which currently only does linting.

npm test

About

Collection of test pages used for WebRTC development

https://webrtc.github.io/test-pages


Languages

Language:JavaScript 68.0%Language:HTML 27.0%Language:CSS 5.1%