Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 465 Bytes

File metadata and controls

35 lines (22 loc) · 465 Bytes

Home

Project powers brownsugar.tw

Setup

Make sure to install the dependencies:

pnpm install

Development Server

Start the development server on http://localhost:3000

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Checkout the deployment documentation for more information.