ryandawsonuk / odh-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 58.4%Language:JavaScript 31.8%Language:SCSS 5.9%Language:Shell 2.4%Language:Makefile 1.1%Language:HTML 0.4%