Skip to content

epwinchell/landing-page-frontend

 
 

Repository files navigation

landing-page-frontend

Build Status

Getting Started

There is a comprehensive quick start guide in the Storybook Documentation to setting up an Insights environment complete with:

Getting started

  1. npm install

  2. npm run start:proxy / npm run start:beta:proxy

Checkout https://ci.foo.redhat.com:1337/ Read more.

Running locally with insights-proxy

  1. npm install

  2. Have insights-proxy installed under PROXY_PATH and run the following command:

    SPANDX_CONFIG="./proxy-config/local-frontend.js" bash $PROXY_PATH/scripts/run.sh
  3. npm run start

  4. Checkout https://ci.foo.redhat.com:1337/

Testing

  • npm run test tests
  • npm run lint will run the linter

Deploying

The following four branches are used

  • Stable

    • prod-stable -> releases to console.redhat.com
    • master-stable -> releases to qa/ci.console.redhat.com
  • Beta

    • prod-beta -> releases to console.redhat.com/beta
    • master -> releases to qa/ci.console.redhat.com/beta

Adding content

Detailed documentation can be found here

Self-service response example

An example of a self-service API response can be found here

About

Landing page frontend for Cloud services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.6%
  • SCSS 13.9%
  • Shell 2.5%
  • HTML 1.0%