Files
homepage/README.md
T
2026-05-19 21:45:20 -05: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