Jack Creative
Nextjs
Deploying Site

Deploying Your Site to Netlify or Vercel

Deploying your site to Netlify

  • Firstly, go to GitHub (opens in a new tab) and create a repository.
  • Download your code and add it to this GitHub repository.
  • Next, go to Netlify (opens in a new tab) and create a Netlify account or sign in if you already have one.
  • Click on "Add a new project" and select the option to add an existing project.
  • Netlify will guide you to add your project directly from GitHub.
  • Select your repository from the list.
  • Now, click on "Deploy site" to initiate the deployment process.
  • Netlify will deploy your site, and you'll receive a live URL for your deployed site.

For more detailed instructions on deploying a site on Netlify, you can watch this video tutorial (opens in a new tab).

Deploying your site to Vercel

  • First, go to GitHub (opens in a new tab) and create a repository.
  • Download your code and add it to this GitHub repository.
  • Next, go to Vercel (opens in a new tab) and create a Vercel account or sign in if you already have one.
  • Click on "Add New" in your Vercel dashboard.
  • Select your repository from GitHub. If it's not linked to your GitHub account, you may need to link them first.
  • Once you select your repository, import it into Vercel.
  • Click on "Deploy" to start the deployment process.
  • Vercel will deploy your site and provide you with a live URL for your deployed site.

For more detailed instructions on deploying a site on Vercel, you can watch this video tutorial (opens in a new tab).

Please note that these instructions are simplified for easier understanding. It's important to follow the respective documentation and tutorials provided by Netlify and Vercel for a more detailed and accurate deployment process.