mirror of
https://github.com/ershisan99/lib-with-storybook-starter.git
synced 2025-12-16 12:33:30 +00:00
add readme
This commit is contained in:
22
README.md
22
README.md
@@ -0,0 +1,22 @@
|
||||
# Usage:
|
||||
|
||||
- Clone template: (replace `my-lib` with your project name)
|
||||
```bash
|
||||
npx degit https://github.com/ershisan99/lib-with-storybook-starter my-lib
|
||||
```
|
||||
|
||||
- Change directory: (replace `my-lib` with your project name)
|
||||
```bash
|
||||
cd my-lib
|
||||
```
|
||||
|
||||
- Install dependencies:
|
||||
```bash
|
||||
pnpm i
|
||||
```
|
||||
|
||||
- Run storybook:
|
||||
```bash
|
||||
pnpm dev
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user