0% found this document useful (0 votes)
25 views2 pages

GitHub Vercel Step by Step

This document provides a step-by-step guide for creating a GitHub repository and deploying a project to Vercel. It outlines the process of creating a repository, uploading files without using the terminal, signing up for Vercel, importing the GitHub repository, and configuring the deployment. Finally, it explains how to obtain the live link for the deployed project.

Uploaded by

annahsenem
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views2 pages

GitHub Vercel Step by Step

This document provides a step-by-step guide for creating a GitHub repository and deploying a project to Vercel. It outlines the process of creating a repository, uploading files without using the terminal, signing up for Vercel, importing the GitHub repository, and configuring the deployment. Finally, it explains how to obtain the live link for the deployed project.

Uploaded by

annahsenem
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Step-by-Step Guide: GitHub Repository and Vercel Deployment

I. Creating a GitHub Repository and Uploading Files Without Using Terminal

Step 1: Create a GitHub Repository


1. I open GitHub (https://github.com/) and log into my account, i used my gmail
accout for faster log in.

2. In the top-right corner, I click the "+" button and select "New repository."

3. I enter a repository name "AppDevelopment".

4. I select either Public which is visible to everyone.

5.I check the box to add a README file.

6. I click the "Create repository" button.

Step 2: Upload Files to GitHub Without Using the Terminal


1. I go to the repository page I just created.

2. I click the "Add file" button, then select "Upload files."

3. I drag and drop my project files into the upload area.

4. I scroll down and enter a commit message ("Add File Via Upload").

5. I click "Commit changes" to save my files to the repository.

6. I go to settings and click the collaborators and add my groups.

II. Deploying the Project to Vercel

Step 1: Sign Up & Log in to Vercel


1. I go to Vercel (https://vercel.com/).

2. I click "Sign Up" and select GitHub as my login method.

3. I authorize Vercel to access my GitHub repositories.

Step 2: Import My GitHub Repository


1. On my Vercel dashboard, I click "New Project."

2. I click "Add Git Repository."

3. I find my GitHub repository (AppDevelopment) and click "Import."

Step 3: Configure the Deployment


1. I choose "Other."
2. I check the build settings.

3. I click "Deploy."

Step 4: Wait for Deployment & Get the Live Link


1. I wait for Vercel to build and deploy my project.

2. Once it’s done, I see "Congratulations! Your project is live!"

3. I copy the live URL provided by Vercel and test our website.

You might also like