Closed HassanBahati closed 2 years ago
Name | Link |
---|---|
Latest commit | 084cad8f70bb34545f2b454920c3694c6a9e5a4b |
Latest deploy log | https://app.netlify.com/sites/aquamarine-haupia-c31c21/deploys/63149465a9c0c60009dee3d4 |
Deploy Preview | https://deploy-preview-42--aquamarine-haupia-c31c21.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
This is great.
We will need an edit in the ReadMe file as well for a guide or reference to storybook
Storybook is an open-source tool for building UI components and pages in isolation. It streamlines UI development, testing, and documentation. storybook.js.org
I have set up the basic template and configurations in this merge request to get started.
./.storybook
contains configurations for storybookI have maintained a few example components to act as templates. find these under
./stories
to get started pull the code and then run,
yarn
to install the packagesyarn storybook
to start the dev server for storybook visitlocalhost:6006
in your browser