Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 437 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 437 Bytes

H5P Course Presentation

Combine texts, multimedia and tasks into a presentation.

See it in action on H5P.org

Getting started

Install all the dependencies:

npm install

Build project for production:

npm run build

Build continuously

npm run watch

Run tests:

npm test

License

H5P Course Presentation is MIT licenced