No description
| docs | ||
| .gitignore | ||
| bun.lock | ||
| package.json | ||
| README.md | ||
| rspress.config.ts | ||
| tsconfig.json | ||
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