Skip to content

opendatahub-io/odh-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

92592d1 · Apr 22, 2021

History

81 Commits
Oct 15, 2020
Apr 22, 2021
Apr 22, 2021
Apr 22, 2021
Apr 21, 2021
Jan 25, 2021
Jan 25, 2021
Apr 22, 2021
Jan 25, 2021
Jan 25, 2021
Jan 25, 2021
Jan 28, 2021
Jan 29, 2021
Jan 25, 2021
Jan 28, 2021
Jun 2, 2020
Apr 20, 2021
Feb 18, 2021
Feb 22, 2021
Feb 19, 2021

Repository files navigation

Open Data Hub Dashboard

A dashboard for Open Data Hub components.

  • Shows what's installed
  • Show's what's available for installation
  • Links to component UIs
  • Links to component documentation

Requirements

Before developing for ODH, the basic requirements:

Additional tooling requirements

Development

  1. Clone the repository

    $ git clone https://github.com/red-hat-data-services/odh-dashboard
    
  2. Within the repo context, install project dependencies

    $ cd odh-dashboard && npm install
    

Serve development content

This is the default context for running a local UI

$ npm run start

For in-depth local run guidance review the contribution guidelines

Testing

Run the tests.

$ npm run test

For in-depth testing guidance review the contribution guidelines

Contributing

Contributing encompasses repository specific requirements