Files
Sun-ZhenXing d85ab53114 init repo
2026-03-30 16:34:04 +08:00

30 lines
274 B
Markdown

# Rspress website
## Setup
Install the dependencies:
```bash
npm install
```
## Get started
Start the dev server:
```bash
npm run dev
```
Build the website for production:
```bash
npm run build
```
Preview the production build locally:
```bash
npm run preview
```