# H5P SDK

Software development kit containing resources for building H5P releated UIs.

## Building

Run `build` to concatinate *JavaScript* files and compile scss files to css. Resulting files are found in the [dist folder](dist).

```bash
npm run build
```

Run `watch` to continually watch for changes to JavaScript and scss, and rebuild.

```bash
npm run watch
```

Run `dev` to open a web page displaying the application, for debugging.

```bash
npm run dev
```
