KohlbacherLab / dnpm-dip-portal

This repository contains client libraries, modules and the portal for DNPM DIP.
https://dnpm.bwhealthcloud.de
MIT License
0 stars 0 forks source link
dnpm mtb patient-search rare-diseases

Portal 🩺

This repository contains the Portal of DNPM:DIP.

Table of Contents

Packages

The repository contains the following packages:

Usage

Production

Prerequirements

Run

$ docker run -d -p 3000:3000 \
    --restart=always \
    ghcr.io/kohlbacherlab/dnpm-dip-portal:latest

Development

To start the portal with the associated modules such as rd, mtb, etc, the following steps must be performed in sequence.

Prerequirements

Download

$ git clone https://github.com/KohlbacherLab/dnpm-dip-portal
$ cd dnpm-dip-portal

Installation

The following step installs all dependencies and dev dependencies necessary for the execution and development of the ecosystem.

$ npm i

Build

The following step creates an initial build of all packages.

$ npm run build

Run

The following step is necessary to start the portal in development mode and the related features like hot module replacement (HMR).

$ npm run dev --workspace=packages/portal

Credits

If you have any questions, feel free to contact the author & creator Peter Placzek of the project. The project is being developed as part of the author's master's thesis.

License

Made with 💚

Published under MIT License.