Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiro08gh/shadcn-with-storybook-playground


https://github.com/hiro08gh/shadcn-with-storybook-playground

Last synced: about 1 month ago
JSON representation

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
```