Browser-based streaming player that is used to render real-time presentations streamed with lectureStudio tools.
Building with npm:
Run npm run webpack:prod
or npm run webpack:dev
for a production or development build.
The target directory for build files is: build
To lint or test:
Run npm run lint
or npm run test
respectively.