Files
MTranServer/docs
2025-11-19 20:53:30 +08:00
..
2025-11-19 20:53:30 +08:00
2025-03-23 06:57:11 +08:00
2025-03-23 06:57:11 +08:00

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