This is a template aimed at showing how you can deploy a Next.js application to a the cloud of your choice using infra.new.
To see how to use this visit: https://infra.new/docs/cloud-connect
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev