This is a web based application to be used by participants in MCC SummerCamp 2022.
yarn # install patternfly-react-seed dependencies
yarn build # build the project
yarn start # start the development server
Install development/build dependencies
yarn
Start the development server
yarn start
Run a production build
yarn build
Run the test suite
yarn test
Run the linter
yarn lint
Run the code formatter
yarn format
Launch a tool to inspect the bundle size
yarn bundle-profile:analyze