Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 339 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 339 Bytes

clappr-airplay-plugin

AirPlay support for Clappr

Installing

For install dependencies, use npm or yarn:

$ npm install

Developing

Start develop mode:

$ npm run start

Start watch server for exec based on file changes:

$ npm run watch

Packing'n Release

$ npm run release