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

https://github.com/rascal-coder/mahu-meeting


https://github.com/rascal-coder/mahu-meeting

Last synced: 8 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:

```bash
pnpm dev
```

Build the app for production:

```bash
pnpm build
```

Preview the production build locally:

```bash
pnpm preview
```