Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 274 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 274 Bytes

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