Skip to content

h5p/h5p-questionnaire

Repository files navigation

h5p-questionnaire

Build Status

A H5P library for creating interactive questionnaires.

Getting started

Grab all the modules:

npm install

Build project:

npm run build

Run tests:

npm test

Running local dev environment

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