Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndlano/h5p-editor-topic-map
https://github.com/ndlano/h5p-editor-topic-map
h5p
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ndlano/h5p-editor-topic-map
- Owner: NDLANO
- License: mit
- Created: 2021-08-30T06:00:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T09:08:48.000Z (about 2 months ago)
- Last Synced: 2024-09-14T19:50:28.435Z (about 2 months ago)
- Topics: h5p
- Language: TypeScript
- Homepage:
- Size: 27.8 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# h5p-topic-map
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
Generated by .