Skip to content

fippo/test-pages

This branch is 1 commit ahead of, 6 commits behind webrtc/test-pages:gh-pages.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 23, 2021
621d578 · Feb 23, 2021

History

44 Commits
Jul 11, 2017
Feb 16, 2017
Dec 11, 2017
Jul 11, 2017
Feb 23, 2021
Jul 11, 2017
Feb 16, 2017
Feb 23, 2021
Jul 11, 2017
Jul 5, 2017
Feb 23, 2021

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.9%
  • HTML 28.3%
  • CSS 4.8%