Closed rnair9 closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
survival-guide | ✅ Ready (Inspect) | Visit Preview | Feb 23, 2023 at 0:00AM (UTC) |
It appears this branch used the main
branch as the base for the code instead of the develop
branch. Could you do the following:
survival-guide
repository in a new directory using git clone
develop
branch (by running git checkout develop
), create a new branch for your Storybook changes by running git checkout -b internal/storybook-setup
internal/storybook-setup
branch as the baseAdditionally, before running the above commands, you may want to update your email and name on Git by following this guide so you get GitHub credit for contributing.
Overview
Closes #56
Installed a set up storybook for the site header, site footer, and content area components.
What Changed
Addition of three storybook.tsx files for the three respective components and addition of storybook dependencies.
Other Notes
The stories don't render the components, even if the story is exporting only the default component. The templates for each story can be modified to document their states or behaviors and will prove useful as we move forward but I only have the default ones set up.