ohif-viewer/README-react.md

29 lines
562 B
Markdown
Raw Normal View History

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