From 767a391e182ceb4343ea9029a302f89c1098ae93 Mon Sep 17 00:00:00 2001 From: Didier Krux <9531862+didierkrux@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:31:10 +0100 Subject: [PATCH 1/2] test --- devcon/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/devcon/README.md b/devcon/README.md index c87e0421d..90f0b6d76 100644 --- a/devcon/README.md +++ b/devcon/README.md @@ -26,9 +26,3 @@ To learn more about Next.js, take a look at the following resources: - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! - -## Deploy on Vercel - -The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. - -Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. From ed6ceffdfadf03c1305532c579b8c594d97400ac Mon Sep 17 00:00:00 2001 From: Didier Krux <9531862+didierkrux@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:39:23 +0100 Subject: [PATCH 2/2] udpate readme --- devcon/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/devcon/README.md b/devcon/README.md index 90f0b6d76..d8194d64c 100644 --- a/devcon/README.md +++ b/devcon/README.md @@ -5,9 +5,7 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next First, run the development server: ```bash -npm run dev -# or -yarn dev +pnpm dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.