From 0f429ab528777dffdf0385bd5a4ac7ed6be90020 Mon Sep 17 00:00:00 2001 From: Ajay singh <92615235+ajaysinghpanwar2002@users.noreply.github.com> Date: Tue, 4 Oct 2022 03:03:45 +0530 Subject: [PATCH] Update README.md --- README.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb3912b..4e55d4a 100644 --- a/README.md +++ b/README.md @@ -1 +1,30 @@ -#hacktoberfest2022 \ No newline at end of file +# Hactoberfest 2022 + +For contributions to web-based projects for Hacktoberfest 2022, please use this public repository. + +## This is React application make sure you have the node installed in your local system + +[Node](https://nodejs.org/en/) install LTS version. +### To see if Node is installed + open the Windows Command Prompt, Powershell, or a similar command line tool + +```bash + node -v +``` + +## Steps for creating your first pull request (PR) using GIT + +Prerequisites: None 😃 everything will be mentioned step-wise below. + +0. **Sign into [GitHub](https://github.com/login) | Create a free** [GitHub account](https://github.com/join) +1. **Install Git**
+ a. Debian > ```sudo dnf install git-all```
+ b. Ubuntu > ```sudo apt install git-all```
+ c. Mac > ```git --version```
+ d. Windows > [Download](https://git-scm.com/download/win) +. **Fork and Star the project repository**
+ Find the project's repository on GitHub, and then "fork" it by clicking the **Fork** button in the upper right corner:
+ ![Screenshot 2022-10-04 030130](https://user-images.githubusercontent.com/92615235/193688482-44a9e0f8-4879-4009-a7df-bfec8ca263a0.png) + + This creates a copy of the project repository in your GitHub account. In the upper left corner, you will see that you are now looking at a repository in your account:
+![Screenshot 2022-10-04 025918](https://user-images.githubusercontent.com/92615235/193688362-cfb77755-4483-47a9-8b73-c19e68e97a4f.png)