mirror of
https://github.com/ershisan99/live-bundlers.git
synced 2026-02-03 12:35:18 +00:00
initial commit
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@@ -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