This commit is contained in:
hu xiaotong
2025-04-16 15:43:15 +08:00
commit d53355859b
13 changed files with 2483 additions and 0 deletions

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
# Rsbuild project
## Setup
Install the dependencies:
```bash
pnpm install
```
## Get started
Start the dev server:
```bash
pnpm dev
```
Build the app for production:
```bash
pnpm build
```
Preview the production build locally:
```bash
pnpm preview
```