Skip to content

Latest commit

 

History

History
executable file
·
59 lines (41 loc) · 1.28 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
59 lines (41 loc) · 1.28 KB

RTCMultiConnection

A WebRTC JavaScript Library

Contributors

  1. Muaz Khan
  2. Alexey Kucherenko
  3. Yuri
  4. Dmitry
  5. +Your Name

Rules to Contribute

Git clone:

mkdir RTCMultiConnection
cd RTCMultiConnection
git clone --depth=50 --branch=master git://github.com/muaz-khan/RTCMultiConnection.git ./

or download ZIP:

# or MOST preferred one
wget https://github.com/muaz-khan/RTCMultiConnection/archive/master.zip
unzip master.zip 
cd RTCMultiConnection-master
ls -a

Install all dependencies

mkdir node_modules
npm install --save-dev

# install grunt for code style verifications
npm install grunt-cli
npm install grunt

Compile distribution

grunt

# or auto compile
grunt watch

Success? Make a pull request!

License

RTCMultiConnection is released under MIT licence . Copyright (c) Muaz Khan.