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

274 B

Rspress website

Setup

Install the dependencies:

npm install

Get started

Start the dev server:

npm run dev

Build the website for production:

npm run build

Preview the production build locally:

npm run preview