No description
Find a file
2025-08-11 12:22:24 +02:00
docs Delete installs.md 2025-08-11 12:22:24 +02:00
.gitignore add gitignore 2025-08-09 12:51:27 +02:00
bun.lock init 2025-08-09 12:51:04 +02:00
package.json init 2025-08-09 12:51:04 +02:00
README.md init 2025-08-09 12:51:04 +02:00
rspress.config.ts init 2025-08-09 12:51:04 +02:00
tsconfig.json init 2025-08-09 12:51:04 +02: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