Paratii-Video / paratii-mediaplayer

v0.0.2 of the Paratii Player, with a sleeker UI, plugin-oriented architecture
http://paratii.video
GNU General Public License v3.0
15 stars 2 forks source link

js-standard-style

🚨 This is software in active development, so you will likely find bugs. Especially if reading on an iPhone. We ❤️ people who point them out to us on Telegram or via a Github issue.

Last release announcement

Installation

$ git clone https://github.com/Paratii-Video/paratii-mediaplayer
$ cd paratii-mediaplayer
$ yarn

Developing

Demo app

$ yarn run dev

Then 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-concurrently

Note: You will need to restart paratii-player if it was previously running.

Deploying