Skip to content

NDLANO/h5p-editor-topic-map

Repository files navigation

h5p-topic-map

Empty project.

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build:prod

To create a development build:

npm run build:dev

Running

Open the file dist/index.html in your browser

Testing

To run unit tests:

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 https://github.com/NDLA-H5P/generator-h5p-content-type.