yarn install
cd app
yarn dev
yarn storybook
- use only
yarn
- use prettier, configure IDE to reformat on save for best DX
- before committing use
yarn confirm
to lint and make sure no errors - More docs about components in README
- confirm has access to Figma and GitHub
- confirm all run dev/storybook
bumpx5