Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 748 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 748 Bytes

PDCM Admin UI

PDCM Admin provides an easy way to manage key processes that are an input for the PDCM Finder project, like the mappings of treatments and diagnoses.

This is a React project powered up by the API provided by pdcm-admin-api (https://github.com/PDCMFinder/pdcm-admin-api).

Setup development environment

  1. Fork this repo using Github's user interface.
  2. Clone your fork
git clone https://github.com/<YOUR_USERNAME>/pdcm-admin-ui
cd pdcm-admin-ui
  1. Add upstream remote:
git remote add upstream https://github.com/PDXFinder/pdcm-admin-ui.git

Acknowledgements

PDCM Finder is freely available under an Apache 2 license. Work is supported by NCI U24CA253539 and the European Molecular Biology Laboratory.