An open API service indexing awesome lists of open source software.

https://github.com/programmershri/my-portfolio


https://github.com/programmershri/my-portfolio

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          


Personal Website

![Homepage](https://github.com/ProgrammerShri/My-Portfolio/blob/master/src/screenshot/design.png)

### 🚨 **Forking this repo (please read!)**

---

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.

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.

### ⭐ **TL;DR**

---

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

### 🛠️ **Installation & Set Up**

---

1. Clone the repository

```
git clone https://github.com/ProgrammerShri/My-Portfolio.git
```

2. Install and use the correct version of Node using NVM

```
nvm install
```

3. Install dependencies

```
npm install
```

4. Start the development server

```
npm start
```

# programmershri-web