ui-common
Common UI components for Haiku projects.
Setup
After cloning the repo:
$ yarn install
$ yarn global add @storybook/cli
Then develop with:
$ yarn develop
Tests
Run the tests with:
$ yarn test
Linting
Lint with:
$ yarn lint
Autofix lint errors with:
$ yarn fix