Files
epic-ui/README.md
hu xiaotong d53355859b init
2025-04-16 15:43:15 +08:00

30 lines
262 B
Markdown

# 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
```