Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 687 Bytes

CONTRIBUTION.md

File metadata and controls

32 lines (21 loc) · 687 Bytes

Contribution to node-vmix

You can contribute to the library functionality by forking the project, cloning your fork to your own local machine, and push your changes to your fork, and finally, creating a pull request back to the main repository.

Standalone project / Fork

The code can be cloned and tested as needed from the source code.

Clone the forked repository and go into directory

git clone https://github.com/jensstigaard/node-vmix.git
cd node-vmix

Install dependencies (first time)

npm install # or 'yarn'

Compile TypeScript source code to JavaScript

npm run build # or 'yarn build'

Run tests

npm test # or 'yarn test'