Next Js Project with github and Netlify
1. Create the Next.js project
From PowerShell, go to wherever you keep your projects:
cd C:\Projects
Then create the application:
npx create-next-app@latest my-site
You'll get prompts similar to:
Wo
dgostin.hashnode.dev4 min read