oscakampala / oscakampala.github.io

Website code for the open source kampala community
https://oscakampala.org
10 stars 23 forks source link

add storybook #42

Closed HassanBahati closed 2 years ago

HassanBahati commented 2 years ago

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 storybook

I 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 packages yarn storybook to start the dev server for storybook visit localhost:6006 in your browser

Screenshot from 2022-09-04 14-49-43

netlify[bot] commented 2 years ago

Deploy Preview for aquamarine-haupia-c31c21 ready!

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

KakoozaJerry commented 2 years ago

This is great.

We will need an edit in the ReadMe file as well for a guide or reference to storybook