https://github.com/programmershri/my-portfolio
https://github.com/programmershri/my-portfolio
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/programmershri/my-portfolio
- Owner: ProgrammerShri
- Created: 2021-07-11T11:02:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T18:01:33.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T01:14:20.121Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://programmershri.web.app/
- Size: 4.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Personal Website

### 🚨 **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