Install the dependencies...
cd player npm install
...then start Rollup:
npm run dev
To create an optimised version of the app:
npm run build