A H5P library for creating interactive questionnaires.
Grab all the modules:
npm install
Build project:
npm run build
Run 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