Explore usage statistics of atlas data and code.
- Production URL: https://apps.humanatlas.io/dashboard/
- Staging URL: https://cdn.humanatlas.io/ui--staging/dashboard-ui/
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