Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 873 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 873 Bytes

HRA Dashboard

Overview

Explore usage statistics of atlas data and code.

Links

Usage

Use the following commands to lint, build and run the app

# lint
$ npx nx run dashboard-ui:lint

# build
$ npx nx run dashboard-ui:build

# serve
$ npx nx run dashboard-ui:serve

#test
$ npx nx run dashboard-ui:test

Contribute

  • To make a new change on the app, make the change here and create a pull request.

  • To update the content of the dashboard pages, make the change here and create a pull request here