genes A simple PoC Setup Make sure to install 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