https://github.com/ga4gh/ga4gh-testbed-ui
Web UI for the GA4GH Testbed Reporting service
https://github.com/ga4gh/ga4gh-testbed-ui
testbed
Last synced: 5 months ago
JSON representation
Web UI for the GA4GH Testbed Reporting service
- Host: GitHub
- URL: https://github.com/ga4gh/ga4gh-testbed-ui
- Owner: ga4gh
- License: apache-2.0
- Created: 2021-10-25T20:45:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T14:37:34.000Z (almost 2 years ago)
- Last Synced: 2024-09-10T18:08:16.558Z (almost 2 years ago)
- Topics: testbed
- Language: JavaScript
- Homepage:
- Size: 9.08 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://opensource.org/licenses/Apache-2.0)
# GA4GH Testbed UI
Web UI for the GA4GH Testbed Reporting service
## Installation
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
```
## Usage
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](https://hub.docker.com/repository/docker/ga4gh/ga4gh-testbed-ui)