Storybook
Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.
You can use the Minze CLI, with the storybook
template to scaffold a Minze + Storybook environment. Alternatively have a look at the or the Storybook template in the Minze repo.
bash
$ npm create minze@latest -- --template storybook
bash
$ yarn create minze --template storybook
bash
$ pnpm create minze -- --template storybook
bash
$ bun create minze --template storybook