@kris_osmakov/github-ci-publish-token
v0.0.5
Published
- Clone template: (replace `my-lib` with your project name) ```bash npx degit https://github.com/ershisan99/lib-with-storybook-starter my-lib ```
Downloads
12
Readme
Usage:
Clone template: (replace
my-lib
with your project name)npx degit https://github.com/ershisan99/lib-with-storybook-starter my-lib
Change directory: (replace
my-lib
with your project name)cd my-lib
Install dependencies:
pnpm i
Run storybook:
pnpm dev