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 buildThe player will be located in the dist directory.
To test Paella Player locally:
npm install
npm run devThen 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]