Coming soon once the package is published.
We use Storybook to document our components and utilities included in Hatrack.
Start the app:
$ yarn storybook
The page should automagically open on its own. If not, it should be running at http://localhost:6006/
When working on changes locally, you can tell yarn
to use the local repo instead of the registry.
$ cd path/to/hatrack
$ yarn link
$ cd path/to/project
$ yarn link "@invisiblehats/hatrack"
Now your project will use the local version with your changes