This repository has been archived on 2026-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
Files
mcp-uni-docs/README.md
Sun-ZhenXing 9b1173edaa init repo
2025-12-18 23:28:42 +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
```