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 npm install
- run npm run build
- run npm install
- run npm run start to build and start the development server
- run npm run test to run the tests for the demo component
- run npm run lint to run the linter
- run npm run build:docs followed by npm run serve:docs, then run npm run 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
- npm run serve:a11y to locally view the generated report.