Skip to content
Snippets Groups Projects
Select Git revision
  • d3ad9ff3d27c8823d1f6f7e8db8481a5c0536e9a
  • mui5-tetras-main-stable default protected
  • mui5-tetras-main-old-stable
  • preprod protected
  • 75-dernieres-ameliorations-avant-workshop-du-7-02
  • wip-fix-xywh
  • wip-positionement-annot
  • wip-surface-transformer
  • uploads-file
  • 69-la-video-demare-quand-on-fait-glisser-le-slider-et-le-clic-creer-un-decalage-entre-le-player
  • 61-recettage-des-outils-d-annotation
  • gestion_multiple_ouverture_pannel_annotation
  • autorisation_un_pannel_annotation
  • autorisation_un_pannel_edition_annotation
  • récupération_temps_video
  • save-shapes-and-position
  • fix-error-create-annotation-pannel
  • time-saving-on-annotation
  • tetras-main protected
  • fix-poc-mirador
  • tetras-antho-test
21 results

CONTRIBUTING.md

Blame
  • user avatar
    Jack Reed authored
    d9c56591
    History
    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.