Install the dependencies:
pnpm install
Start the dev server:
pnpm dev
Build the app for production:
``bash pnpm build
Preview the production build locally: ```bash pnpm preview