This repo was bootstrapped with npx create-next-app@latest nextjs-scf1 --yes
What has been added is the manifest.yml file and a few changes to package.json.
Inspect the Git log for infos.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
Run cf push nextjs-scf1
Works.