2024-11-04 21:59:20 +08:00

24 lines
195 B
Markdown

# Rslib Project
## Setup
Install the dependencies:
```bash
pnpm install
```
## Get Started
Build the library:
```bash
pnpm build
```
Build the library in watch mode:
```bash
pnpm dev
```