Create the GitHub repo
Make a new repository in GitHub, then connect this folder to it with
git remote add origin.
GitHub + Vercel
This page is a simple starting point for anyone who wants to turn a local folder into a published website using GitHub and Vercel.
Workflow
Make a new repository in GitHub, then connect this folder to it with
git remote add origin.
Commit the files locally, then push them to GitHub so the repository has your website files.
Import the GitHub repository into Vercel, let it build, and Vercel gives you a live URL.
Repo setup
I need this from you next
Vercel
Once the repo exists on GitHub, sign in to Vercel, choose New Project, import the repository, and deploy. For a plain static site like this one, Vercel can usually deploy without any special configuration.