mirekdlugosz / curiosity-frontend

A subscription reporting frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curiosity Frontend

Build Status codecov License

A web user interface for subscription reporting, based on Patternfly

Requirements

Before developing for Curiosity Frontend, 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/RedHatInsights/curiosity-frontend.git
    
  2. Within the repo context, install project dependencies

    $ cd curiosity-frontend && yarn
    

Serving Content

This is the default context for running a local UI against mock styling.

$ 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 Insights guidelines.

About

A subscription reporting frontend

License:Apache License 2.0


Languages

Language:JavaScript 97.6%Language:SCSS 1.6%Language:Shell 0.8%Language:HTML 0.0%