Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 582 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 582 Bytes

CodeQL

lecturePlayer

Browser-based streaming player that is used to render real-time presentations streamed with lectureStudio tools.

Build Notes

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.