epam / mriviewer

MRI Viewer is a high performance web tool for advanced 2-D and 3-D medical visualizations.
Apache License 2.0
330 stars 106 forks source link

How to integrate with my existing organization's app? #201

Open anisharya16 opened 9 months ago

anisharya16 commented 9 months ago

How do i integrate it with my existing organization's app? My organization is planning to add a dicom viewer feature to their existing react app, how do i integrate this app into our app. Since it's a standalone app, and not available as an npm package, how do i achieve this?

What are the points i need to look up when doing this? Since i have never worked on open source app, and it's integration with existing app. What things do i need to look up for like in terms of dependencies, components, routing, global state management, etc?