From 0bb10e6a280d747ba9cf1e8ddf1415c4c6c3a48b Mon Sep 17 00:00:00 2001 From: andres Date: Wed, 15 Nov 2023 16:25:15 +0100 Subject: [PATCH] add readme --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index e69de29..2d021f2 100644 --- a/README.md +++ b/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 + ``` +