- Clone this repository!
- Install dependencies:
npm install
- Run a development server:
npm start
That's it! Refer to the video.js plugin standards for more detail.
- In all available and supported browsers:
npm test
- In a specific browser:
npm run test:chrome
,npm run test:firefox
, etc. - While development server is running, navigate to
http://localhost:9999/test/
(note: port may vary, check console output)
- Make sure everything is committed.
npm version *
where*
ismajor
,minor
,patch
, etc. Read more about versioning.npm publish
MIT and Apache-2.0. Copyright (c) Derk-Jan Hartman