Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 603 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 603 Bytes

Paella Player (version 7 and beyond)

This is the main repo of Paella Player for versions 7 and beyond. Note that Paella Player plugins may live in different repos.

Build Paella Player:

npm install
npm run build

The player will be located in the dist directory.

To test Paella Player locally:

npm install
npm run dev

Then open the following URL in a browser:

http://localhost:8080/?id=belmar-multiresolution-remote

Documentation lives here: [https://github.com/polimediaupv/paella-core/blob/main/doc/index.md]