mirekdlugosz / quipucords-ui

Frontend web GUI for Quipucords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quipucords UI

Build Status codecov License

Web user interface for Quipucords, based on Patternfly

Requirements

Before developing, the basic requirements:

For in-depth tooling install guidance see the contribution guidelines

Development, Quick Start

Installing

  1. Clone the repository

    $ git clone https://github.com/quipucords/quipucords-ui.git
    
  2. Within the repo context, install project dependencies

    $ cd quipucords-ui && yarn
    

Serving Content

This is the default context for running a local UI with a randomized mock API.

Make sure Docker is running, then run

$ yarn start

For in-depth local run guidance review the contribution guidelines

Testing

Run the tests with coverage.

$ yarn test

For in-depth testing guidance review the contribution guidelines

Contributing

Contributing encompasses repository specific requirements and the global contribution guidelines.

About

Frontend web GUI for Quipucords

License:GNU General Public License v3.0


Languages

Language:JavaScript 94.9%Language:Shell 1.9%Language:SCSS 1.8%Language:HTML 1.4%