Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 725 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (26 loc) · 725 Bytes

Contribute to RecordRTC!

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

It will generate RecordRTC.js and RecordRTC.min.js in the main directory.

Success? Make a pull request!