Empty project.
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
Open the file dist/index.html
in your browser
To run unit tests:
npm test
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:
- Add new comment:
/rebase
to the pull request that is ready to be merged. Fix merge conflicts if there are any. - 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.
Generated by https://github.com/NDLA-H5P/generator-h5p-content-type.