Skip to content
Snippets Groups Projects
Select Git revision
  • demo_ci_gitlab_pages default
  • demo_gitlab_ci
  • 5-images-in-annotations
  • 5-final-images
  • 5-chpk-images-in-annot
  • tetras-main protected
  • 5-rebase-images-in-annot
  • 5-wip-images-in-annot
  • tmp
  • 1-edit-annotations-on-videos
  • 5-old-images-in-annotations
  • old_demo_ci_gitlab_pages
  • images_annotations
  • wip
  • devsetup
  • wip-annot-video-ui
  • wip-annotations-on-videos
  • master
  • v0.4.0_react16
  • wip-debugging-annotations
20 results

CONTRIBUTING.md

Blame
  • Forked from IIIF / Mirador / Mirador annotations
    375 commits behind the upstream repository.
    After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.

    Prerequisites

    Node.js >= 8 must be installed.

    Installation

    • Running npm install in the component's root directory will install everything you need for development.

    Demo Development Server

    • npm start will run a development server with the component's demo app at http://localhost:3000 with hot module reloading.

    Running Tests

    • npm test will run the tests once.

    • npm run test:coverage will run the tests and produce a coverage report in coverage/.

    • npm run test:watch will run the tests on every change.

    Building

    • npm run build will build the component for publishing to npm and also bundle the demo app.

    • npm run clean will delete built resources.