# vite-react-storybook-lib-starter

A published-ready template for React components and composable functions library.

- react
- vite
- vitest
- storybook

## Install

> **Warning**
> Please use node >= 18

Also feel free to use pnpm

```bash
yarn
# or
npm i ----legacy-peer-deps 
```

## Develop

```bash
yarn dev
# or
npm i ----legacy-peer-deps 
```

## Build

```bash
yarn build
# or
npm run build
```

## Publish

```bash
yarn release
# or
npm run release
```
