Files
MTranServer/docs
2025-03-17 01:45:11 +08:00
..
2025-03-17 01:45:11 +08:00
2025-03-08 12:38:50 +08:00
2025-03-17 01:45:11 +08:00
2025-03-08 12:38:50 +08:00
2025-03-08 12:38:50 +08:00
2025-03-08 12:38:50 +08:00
2025-03-17 01:45:11 +08:00
2025-03-08 12:38:50 +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