Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 294 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 294 Bytes

Yaojia_Frontend Project

enviroment

node 22

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