Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 355 Bytes

File metadata and controls

31 lines (20 loc) · 355 Bytes

Rspress website

这里是MAN的文档站源码。

Setup

Install the dependencies:

pnpm install

Get started

Start the dev server:

pnpm run dev

Build the website for production:

pnpm run build

Preview the production build locally:

pnpm run preview