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

https://github.com/sanyuan0704/asset-source-demo


https://github.com/sanyuan0704/asset-source-demo

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Rsbuild Project

## Setup

Install the dependencies:

```bash
pnpm install
```

## Get Started

Start the dev server:

```
pnpm dev
```

Build the app for production:

```
pnpm build
```

Preview the production build locally:

```
pnpm serve
```