Files
rspress-bug-report/docs/api/commands.mdx
T
Sun-ZhenXing d85ab53114 init repo
2026-03-30 16:34:04 +08:00

18 lines
162 B
Plaintext

# CLI Commands
## build
Build the documentation site for production.
```bash
rspress build
```
## dev
Start the development server.
```bash
rspress dev
```