https://github.com/sooniter/rspress-shared-sidebar
https://github.com/sooniter/rspress-shared-sidebar
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sooniter/rspress-shared-sidebar
- Owner: SoonIter
- Created: 2025-01-23T09:38:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T06:40:27.000Z (12 months ago)
- Last Synced: 2025-03-18T03:38:43.671Z (10 months ago)
- Language: TypeScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```