Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiro08gh/shadcn-with-storybook-playground
https://github.com/hiro08gh/shadcn-with-storybook-playground
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiro08gh/shadcn-with-storybook-playground
- Owner: hiro08gh
- Created: 2024-03-25T10:46:15.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T09:45:08.000Z (9 months ago)
- Last Synced: 2024-10-12T17:32:36.217Z (3 months ago)
- Language: TypeScript
- Homepage: https://shadcn-with-storybook-playground.vercel.app/?path=/story/example-button--primary
- Size: 179 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shadcn-with-storybook-playground
Next.js + shadcn/ui + Storybook playground.
## Command
Start Next.js dev server
```sh
$ npm run storybook
```Add shadcn/ui components
```sh
$ npm run shadcn-ui:add
```Start storybook server
```sh
$ npm run storybook
```