Skip to content

Latest commit

 

History

History
executable file
·
53 lines (32 loc) · 1.64 KB

README.md

File metadata and controls

executable file
·
53 lines (32 loc) · 1.64 KB

Personal Website

Homepage

🚨 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. 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