mirror of
https://github.com/ershisan99/lib-with-storybook-starter.git
synced 2025-12-16 12:33:30 +00:00
349 B
349 B
Usage:
-
Clone template: (replace
my-libwith your project name)npx degit https://github.com/ershisan99/lib-with-storybook-starter my-lib -
Change directory: (replace
my-libwith your project name)cd my-lib -
Install dependencies:
pnpm i -
Run storybook:
pnpm dev