Web UI for the GA4GH Testbed Reporting service
As a prerequisite, please ensure you have Node JS and NPM installed on your machine. The testbed UI is currently being developed on node v16.13.2
.
Clone the repo and install dependencies:
git clone https://github.com/ga4gh/ga4gh-testbed-ui.git
cd ga4gh-testbed-ui
npm install
To start a local development server:
npm run reactStart
To create an optimized production build:
npm run reactBuild
Docker images for the UI are also available on Docker Hub