💎 New face of reg-cli report UI.
This repository is the Report UI of reg-viz/reg-cli
The following list is scripts used during development.
$ yarn dev
Launch the Report UI with the mock data.
$ yarn build
Generate the JavaScript file required to embed Report UI. This is usually called in reg-viz/reg-cli.
$ yarn typecheck
Run static type checking using TypeScript.
$ yarn lint
Run Lint with ESLint.
$ yarn format
Format the source code using Prettier and ESLint.
$ yarn storybook
Launch the component catalog with Storybook.
$ yarn scaffold
Generate a component template.
PRs welcome.