Skip to content

h5p/h5p-editor-three-image

Repository files navigation

Interactive Explorer editor

An editor for the Three Image content type.

Steps to run for development:

npm install
npm run watch

Steps to build for production:

npm install
npm run build