Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 372 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 372 Bytes

Template Cornerstone extension

This library provides a template to start building extensions for cornerstoneTools containing:

  • Tools
  • Mixins
  • Modules

To develop:

yarn install
yarn run dev

You can then see your app at http://localhost:3000, and it will auto refresh as you make changes to your library.

To build:

yarn install
yarn run build