Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 312 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 312 Bytes

Rsbuild Project

This app is used as a data proxy to other apps

Setup

Install the dependencies:

pnpm install

Get Started

Start the dev server:

pnpm dev

Build the app for production:

pnpm build

Preview the production build locally:

pnpm preview