mirror of
https://github.com/xxnuo/MTranServer.git
synced 2026-05-06 21:51:13 +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