paratii-mediaplayer
v3.1.2
Published
Clappr-based video player for Paratii
Readme
paratii-mediaplayer
WORK IN PROGRESS
Installation
$ git clone https://github.com/Paratii-Video/paratii-mediaplayer
$ cd paratii-mediaplayer
$ yarnDeveloping
Demo app
$ yarn run devThen visit http://localhost:8080.
paratii-player
In paratii-mediaplayer:
$ yarn link
$ yarn run build:watch Note: The paratii-mediaplayer bundle will rebuild on file changes.
In paratii-player:
$ yarn link paratii-mediaplayer
$ npm run dev-concurrentlyNote: You will need to restart paratii-player if it was previously running.
Deploying
Run the following commands:
$ git checkout master && git pull $ yarn version --new-version <patch|minor|major> $ git push --follow-tagsThis will tell
CircleCIto build and then publish a new versionx.x.xto thenpmregistry
