This repo contains a set of opinionated react component groups used to standardize functionality and look and feel across products. The components are based of PatternFly with some additional functionality.
- run yarn install
- run yarn build
- run yarn install
- run yarn start to build and start the development server
- run yarn test to run the tests for the demo component
- run yarn lint to run the linter
- run yarn build:docs followed by yarn serve:docs, then run yarn test:a11y in a new terminal window to run our accessibility tests for the components. Once the accessibility tests have finished running you can run yarn
- serve:a11y to locally view the generated report.