An open API service indexing awesome lists of open source software.

https://github.com/sooniter/rspress-shared-sidebar


https://github.com/sooniter/rspress-shared-sidebar

Last synced: 7 months ago
JSON representation

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
```