https://github.com/serlo/h5p-serlo-poc
Proof of Concept repository for a h5p library that renders content with serlo components
https://github.com/serlo/h5p-serlo-poc
poc protoype serlo
Last synced: about 2 months ago
JSON representation
Proof of Concept repository for a h5p library that renders content with serlo components
- Host: GitHub
- URL: https://github.com/serlo/h5p-serlo-poc
- Owner: serlo
- License: mit
- Created: 2023-01-17T11:52:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T10:06:22.000Z (about 2 years ago)
- Last Synced: 2025-01-09T03:14:20.126Z (3 months ago)
- Topics: poc, protoype, serlo
- Language: TypeScript
- Homepage:
- Size: 340 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# h5p-serlo-poc
Proof of Concept repository for a h5p library that renders content with serlo components
## How to create h5p file
Increase patch version and build libraray
```
npm run build
```Install h5p cli. Go to parent directory and run
```
h5p pack -r h5p-serlo-poc artefact.h5p
```Upload this file in the library administration. Refresh Cache. Now you can use the new content type.
Here is the current editor view. It uses a custom react component https://github.com/serlo/h5p-editor-serlo-poc:

and the render view:

Repository supports react, jsx and typescript