Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 321 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 321 Bytes

Farm Project

Setup

Install the dependencies:

pnpm install

Get Started

Start the dev server:

pnpm start

Build the app for production:

pnpm build

Preview the Production build product:

pnpm preview

Clear persistent cache local files

pnpm clean