A H5P library for creating interactive questionnaires.
Grab all the modules:
npm installBuild project:
npm run buildRun tests:
npm test
Make sure that submodules are updated and submodule content is imported. Then you can spin up the local dev environment using webpack dev server:
npm run dev