# `@dify-chat/components`

用于构建 Dify Chat Web 的 React 组件库。

## Setup

Install the dependencies:

```bash
pnpm install
```

## Get started

Build the library:

```bash
pnpm build
```

Build the library in watch mode:

```bash
pnpm dev
```
