The first iteration of utkarshraj.in built with React, Firebase, Vite and hosted with Netlify
I appreciate the interest many of you have shown in using my code for your own websites. Generally, my answer is yes, you can use it, with proper attribution.
Keeping my site open source is important to me, but as we all know, plagiarism is unacceptable. It’s disheartening to see my work copied without any credit. I’ve put significant effort into building and designing this version of my website, and I take pride in it.
All I ask is that you acknowledge my work and not present it as your own. Thank you for respecting this request.
Yes, you can fork this repo. Please give me proper credit by linking back to https://utkarsh-raj13.netlify.app/. Thanks!
First fork this repo and then clone it to your local system
git clone https://github.com/{your_github_username}/portfolio-updated.git
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
npm i
-
Start the development server
npm run dev
-
Go to the
src/data.js
and change the data according to your profile -
Setup you own Firebase in
src/firebaseConfig.js