@@ -21,13 +21,13 @@ sidebar_position: 2
21211 .  ** Clone the repository:** 
2222
2323   ``` bash 
24-    git clone https://github.com/your-username/recodehive -website.git
24+    git clone https://github.com/your-username/recode -website.git
2525   ``` 
2626
27272 .  ** Navigate to the project directory:** 
2828
2929   ``` bash 
30-    cd  recodehive -website
30+    cd  recode -website
3131   ``` 
3232
33333 .  ** Install dependencies:** 
@@ -97,16 +97,16 @@ We welcome contributions! Follow these steps to get started.
97972 .  ** Clone Your Fork Locally** 
9898
9999   ``` bash 
100-    git clone https://github.com/your-username/recodehive -website.git
101-    cd  recodehive -website
100+    git clone https://github.com/your-username/recode -website.git
101+    cd  recode -website
102102   ``` 
103103
1041043 .  ** Add the Original Repository as Upstream** 
105105
106106   This allows you to fetch changes from the main repository to keep your fork up to date.
107107
108108   ``` bash 
109-    git remote add upstream < repo-url > 
109+    git remote add upstream https://github.com/recodehive/recode-website.git 
110110   ``` 
111111
112112   Verify the remotes:
@@ -165,19 +165,19 @@ We welcome contributions! Follow these steps to get started.
165165
166166To ensure consistent code style and catch errors before committing, please follow these steps:
167167
168- 2 .  ** Automatically fix linting issues where possible** :
168+ 1 .  ** Automatically fix linting issues where possible** :
169169
170170   ``` bash 
171171   npm run lint:fix
172172   ``` 
173173
174- 3 .  ** Format code according to project conventions** :
174+ 2 .  ** Format code according to project conventions** :
175175
176176   ``` bash 
177177   npm run format
178178   ``` 
179179
180- 4 .  ** Build the project to verify everything compiles correctly** :
180+ 3 .  ** Build the project to verify everything compiles correctly** :
181181
182182   ``` bash 
183183   npm run build
0 commit comments