Skip to content

Latest commit

 

History

History
executable file
·
70 lines (51 loc) · 1.64 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
70 lines (51 loc) · 1.64 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 Grunt

mkdir node_modules
npm install --save-dev

# install grunt for code style verifications
npm install [email protected] -g

npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]
npm install [email protected]

Compile distribution

grunt

# or auto compile
grunt watch

Success? Make a pull request!

License

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