Kyle Coberly
Initialize with `npx storybook init`
Run storybook with `npm run storybook`
Add `.stories.js` files
Export metadata as default
Make a component template
Export stories as named exports
From your app:
By Kyle Coberly