Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 493 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 493 Bytes

h5p-simple-multi-choice

Build Status

A H5P library for creating simple multiple choices. Used as part of other content types.

Getting started

Grab all the modules:

npm install

Build project:

npm run build

Run tests:

npm test

Set up development server with test data:

npm run dev