ohif-viewer/platform/docs/versioned_docs/version-3.10/development/link.md

12 lines
434 B
Markdown
Raw Normal View History

---
sidebar_position: 9
sidebar_label: Local Linking
---
# Introduction
Local linking allows you to develop and test a library in the context of an application before it's published or when you encounter
a bug that you suspect is related to a library. With Yarn, this can be achieved through the yarn link command.
You can take a look at the Cornerstonejs tutorial for linking https://www.cornerstonejs.org/docs/contribute/linking