Files
rspress-bug-report/README.md
T
Sun-ZhenXing d85ab53114 init repo
2026-03-30 16:34:04 +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