# OHIF Viewer (React Version) Disclaimer: Work in Progress ## To run locally 1. `yarn install` 1. `yarn start` 1. `Go to http://localhost:5000` To user another DICOMWeb endpoint, adapt index.js ## To include in your projects Please refer to the example in the example directory. To set the DICOMWeb endpoint and do other customization, adapt index.html. ### Build 1. `yarn install` 1. `yarn build` ### Run the example 1. `cd example` 1. `yarn install` 1. `yarn start` 1. `Go to http://localhost:5000` ## License MIT © [OHIF](https://github.com/OHIF)