this is still under development and may be unstable. It's not recommended to use it in production yet
React UI Components for DevHub
Install npm packages
npm ci
Start dev with storybook
npm start
npm run lint
A test by Jest with ts-jest
npm test
For updating snapshot test
npm run test:update
For live test
npm run test:watch
Output test coverage report
npm run test:coverage
npm run build