18 lines
162 B
Plaintext
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
|
|
```
|