Skip to content

Installation

Hrishikesh Paul edited this page Feb 22, 2021 · 4 revisions

Dependencies

  • node/npm
  • angular cli

For development

$ git clone https://github.com/hubmapconsortium/ccf-asct-reporter
$ cd ccf-asct-reporter

# Reporter
$ npm install
$ ng serve

# Miner
$ cd data-miner
$ npm install
$ npm start

For production

$ git clone https://github.com/hubmapconsortium/ccf-asct-reporter
$ cd ccf-asct-reporter

# Miner
$ git subtree push --prefix data-miner miner master

Note: The Reporter is automatically built using TravisCI for the develop and main branches.


Back to Home

  1. Getting Started
  2. Installation
  3. Visualization
  4. Compare
  5. Playground
  6. Search
  7. Report
  8. Indented List
  9. Debug Log
  10. Contributing
Clone this wiki locally