Skip to content

Commit a9824eb

Browse files
Read me changeD
1 parent 75a1fb0 commit a9824eb

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,53 @@
11
<h1 align="center">
2-
Personal Website - V3
2+
Personal Website
33
</h1>
44

5-
<h4 align="center">The third iteration of <a href="https://cedricklupembe.netlify.app/">cedricklupembe.com</a> built with <a href="https://reactjs.org/docs/getting-started.html">React</a> and hosted with <a href="https://www.netlify.com/">Netlify</a>
5+
<h4 align="center">The third iteration of <a href="https://programmershri.web.app/">cedricklupembe.com</a> built with <a href="https://reactjs.org/docs/getting-started.html">React</a> and hosted with <a href="https://www.netlify.com/">Netlify</a>
66

7-
Itérations précédentes : <a href="https://cedricklupembe.github.io/">V1</a>, <a href="https://cedricklupembe.github.io/Folio-Version-2/">V2</a></h4>
7+
Itérations précédentes : <a href="https://cedricklupembe.github.io/">V1</a>, <a href="https://cedricklupembe.github.io/Folio-Version-2/">V2</a></h4>
88

99
![Homepage](https://github.com/CedrickLupembe/Folio-V.3/blob/master/src/screenshot/design.jpg)
1010

1111
### 🚨 **Forking this repo (please read!)**
12+
1213
---
14+
1315
I get a lot of messages from people asking me if they can use this code for their own website, and the answer to that question is usually yes, but with attribution.
1416

1517
I value keeping my site open source, but as you all know, plagiarism is bad. It's always disheartening whenever I find that someone has copied my website without giving me credit. I've put significant effort into building and designing this iteration of my website, and I'm proud of it! All I ask of you all is not to claim this effort as your own.
1618

1719
### **TL;DR**
20+
1821
---
1922

2023
Yes, you can fork this repo. Please give me proper credit by linking back to [cedricklupembe.com](https://cedricklupembe.netlify.app/). Thanks! 😉
2124

2225
### 🛠️ **Installation & Set Up**
26+
2327
---
2428

2529
1. Clone the repository
2630

2731
```
28-
git clone https://github.com/CedrickLupembe/Folio-V.3.git
32+
git clone https://github.com/ProgrammerShri/My-Portfolio.git
2933
```
3034

3135
2. Install and use the correct version of Node using NVM
32-
36+
3337
```
3438
nvm install
3539
```
3640

3741
3. Install dependencies
38-
42+
3943
```
4044
npm install
4145
```
4246

4347
4. Start the development server
44-
48+
4549
```
4650
npm start
4751
```
52+
4853
# programmershri-web

0 commit comments

Comments
 (0)