Skip to content

tumido/odh-dashboard

 
 

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
    

Build project

$ npm run build

Serve development content

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

Testing

Run the tests.

$ npm run test

For in-depth testing guidance review the contribution guidelines

Contributing

Contributing encompasses repository specific requirements

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 84.3%
  • JavaScript 7.3%
  • SCSS 7.1%
  • Other 1.3%