frontend/src/stories/Hello.stories.mdx
import { Meta } from '@storybook/addon-docs'
<Meta title=" Hello" />To run storybook locally, run pnpm storybook. It'll open on http://localhost:6006/
To edit in the cloud, launch a new github codespace for this repository, then run pnpm i and pnpm storybook