Files
homepage/README.md
T

30 lines
274 B
Markdown
Raw Normal View History

2026-05-19 21:45:20 -05:00
# Rspress website
## Setup
Install the dependencies:
```bash
npm install
```
## Get started
Start the dev server:
```bash
npm run dev
```
Build the website for production:
```bash
npm run build
```
Preview the production build locally:
```bash
npm run preview
```