Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 422 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 422 Bytes

Rsbuild Project

Setup

Install the dependencies:

yarn install

Get Started

Start the dev server:

yarn dev

Build the app for production:

yarn build

Preview the production build locally:

yarn preview

Netlify Status