Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndlano/h5p-editor-ndla-timeline
https://github.com/ndlano/h5p-editor-ndla-timeline
h5p h5p-widget
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ndlano/h5p-editor-ndla-timeline
- Owner: NDLANO
- License: mit
- Created: 2021-10-05T11:54:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T07:54:42.000Z (5 months ago)
- Last Synced: 2024-06-19T16:08:05.568Z (5 months ago)
- Topics: h5p, h5p-widget
- Language: TypeScript
- Homepage:
- Size: 9.9 MB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# H5pEditorTimeline
Empty project.
## Building and running on localhost
First install dependencies:
```sh
npm install
```To run in hot module reloading mode:
```sh
npm start
```To create a production build:
```sh
npm run build-prod
```To create a development build:
```sh
npm run build-dev
```## Running
Open the file `dist/index.html` in your browser
## Testing
To run unit tests:
```sh
npm test
```## Merging Strategy
In this project we use rebase merging without fast-forwarding when closing pull requests as standard. After completing the review process, close pull requests with the following steps:
1. Add new comment: `/rebase` to the pull request that is ready to be merged. Fix merge conflicts if there are any.
2. Click **Merge pull request** to close the pull request after github-actions bot force-pushed the branch (if a rebase was necessary).Note: do not use **Rebase and merge** to avoid using fast-forwarding.
## Credits
Made with [createapp.dev](https://createapp.dev/)