Deployment

Deploying on Vercel

Vercel provides an easy way to deploy your projects with just a few steps. Here’s how to deploy your site using Vercel:

  1. Sign up for Vercel: Go to Vercel and create an account.
  2. Link Your GitHub Repository: After logging in, link your GitHub repository to Vercel.
  3. Import Your Project: Select the repository for your project and import it.
  4. Configure the Project: Vercel will auto-detect the framework, but you can modify settings if needed.
  5. Deploy: Click the “Deploy” button, and Vercel will handle the build and deployment process.

Once the deployment is complete, you will receive a URL where your site is live.

Deploying on Netlify

Netlify is another popular platform for deploying your site. Here’s how you can deploy your project on Netlify:

  1. Sign up for Netlify: Go to Netlify and sign up.
  2. Connect to Your GitHub Repository: Once logged in, link your GitHub account.
  3. Select Your Project: Choose your repository from the list and click “Deploy”.
  4. Configure Build Settings: Netlify automatically detects the framework. Adjust the settings if necessary.
  5. Deploy: Click “Deploy Site”, and Netlify will build and deploy your site.

Your site will be deployed and accessible via a Netlify domain.


Note: Both Vercel and Netlify provide free hosting tiers with automatic continuous deployment.

Improve this page on Github  — Last updated:  Mon, Mar 24, 2025