add readme

This commit is contained in:
2023-11-15 16:25:15 +01:00
parent 6305eee08e
commit 0bb10e6a28

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