Skip to content

cdcabrera/curiosity-frontend

 
 

Repository files navigation

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

Subscriptions Insights frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • SCSS 1.6%
  • Other 0.8%