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
Before developing for ODH, the basic requirements:
- Your system needs to be running NodeJS version 12+ and NPM
-
Clone the repository
$ git clone https://github.com/red-hat-data-services/odh-dashboard
-
Within the repo context, install project dependencies
$ cd odh-dashboard && npm install
$ npm run build
This is the default context for running a local UI. Make sure you build the project using the instructions above prior to running the command below.
$ npm run start
For in-depth local run guidance review the contribution guidelines
Run the tests.
$ npm run test
For in-depth testing guidance review the contribution guidelines
Contributing encompasses repository specific requirements