/quipucords-ui

Frontend web GUI for Quipucords

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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.