Skip to content

HRA UIs Monorepo (includes HRA Portal, EUI, RUI, ASCT+B Reporter, and more)

License

Notifications You must be signed in to change notification settings

hubmapconsortium/hra-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License
Tests GitHub last commit Quality Gate Status


Logo

Human Reference Atlas (HRA) User Interfaces

Table of Contents
  1. About HRA UI
  2. Getting Started
  3. Usage
  4. Contributing
  5. License

About HRA UI

Product Name Screen Shot

This repository contains all the Human Reference Atlas (HRA) User Interfaces.

For detailed information, please refer to the documentation for each app.

(back to top)

Built With

  • Angular
  • Typescript
  • Nx

(back to top)

Getting Started

To get a local copy up follow these simple example steps.

Prerequisites

  • npm:
    npm install npm@latest -g

Installation

  1. Clone the repo:
    git clone https://github.com/hubmapconsortium/hra-ui.git
  2. Install NPM packages:
    npm install

(back to top)

Usage

To serve any app use this command:

$ npx nx run app-name:serve

For example, if the app name is cde-ui, use the following command:

$ npx nx run cde-ui:serve

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project.
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature).
  3. Commit your Changes (git commit -m 'Add some AmazingFeature').
  4. Push to the Branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)