Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Sep 16, 2024
1 parent 03f1488 commit 72637db
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# dwv-angular project

Medical viewer using the [dwv-angular](https://github.com/ivmartel/dwv-angular/porjects/dwv-angular) component.
Medical viewer using [DWV](https://github.com/ivmartel/dwv) (DICOM Web Viewer) and [Angular](https://angular.io/):
- [dwv-angular](https://github.com/ivmartel/dwv-angular/projects/dwv-angular): Angular component
- [dwv-angular-app](https://github.com/ivmartel/dwv-angular/projects/dwv-angular-app): example Angular application integrating the dwv-angular compoment

All coding/implementation contributions and comments are welcome. Releases should be ready for deployment otherwise download the code and install dependencies with a `yarn` or `npm` `install`.

Expand All @@ -14,7 +16,7 @@ dwv-angular is not certified for diagnostic use. Released under GNU GPL-3.0 lice
- `start`: serve with hot reload at localhost:4200
- `lint`: run linting
- `test`: run unit tests with hot reload
- `build`: build (add --prod for production)
- `build`: build (add the project you want to build)

This project was generated with [Angular CLI](https://angular.dev/cli) version 18.2.0.

Expand Down
12 changes: 12 additions & 0 deletions projects/dwv-angular-app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# dwv-angular-app

Medical viewer using the [dwv-angular](https://github.com/ivmartel/dwv-angular/porjects/dwv-angular) component.

All coding/implementation contributions and comments are welcome. Releases should be ready for deployment otherwise download the code and install dependencies with a `yarn` or `npm` `install`.

dwv-angular is not certified for diagnostic use. Released under GNU GPL-3.0 license (see [license.txt](license.txt)).

[![Node.js CI](https://github.com/ivmartel/dwv-angular/actions/workflows/nodejs-ci.yml/badge.svg)](https://github.com/ivmartel/dwv-angular/actions/workflows/nodejs-ci.yml)

## Available Scripts
See the main readme file.

0 comments on commit 72637db

Please sign in to comment.