Skip to content

abhisheksharma8630/Customer-Support-Ticketing-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

Customer Suppport Ticketing System

How to Fork a GitHub Repository

Follow these steps to fork a repository on GitHub and start contributing:

Step 1: Log in to GitHub

  • Go to GitHub and log in to your account.

Step 2: Navigate to the Repository

  • Find the repository you want to fork by searching or using a direct link.

Step 3: Click the "Fork" Button

  • In the top-right corner of the repository page, click on the Fork button.

    Fork Button

Step 4: Choose a Destination for Your Fork

  • Select your personal GitHub account or an organization where you have permissions to create a fork.

Step 5: Clone Your Forked Repository

  • After forking, you will be redirected to your copy of the repository.

  • Click the Code button and copy the URL (HTTPS, SSH, or GitHub CLI) to clone it to your local machine.

    # Clone the repository to your local machine
    git clone https://github.com/your-username/forked-repo-name.git
    

Change to the repository directory

cd forked-repo-name

Stage all changes

git add .

Commit changes

git commit -m "Description of changes"

Push changes to your forked repository

git push origin main

Frontend Contribution

cd frontend
npm install
npm run dev

About

This is our 3rd year Mini Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors