3rd iteration of my personal portfolio. Visit live: https://p32929.github.io/
Sharing this repository with your friends is just one click away from here
- Fork the repository ( Recommended )
- Change the repository name to
your-github-username.github.io
by going into settings - Clone the repository using
git clone YOUR-REPOSITORY-URL
- Modify the variables in
src/lib/DynamicValues.ts
to add your own data and flavors. - Run:
npm run predeploy
oryarn predeploy
- Run:
npm run deploy
oryarn deploy
- Check the
settings
of your repository, and change thesource
of the github pages tomaster
branch
& Volla!! Now, you can check your portfolio LIVE version in the homepage
URL (https://your-github-username.github.io/
). Github may take a while to update the github page
into your homepage
URL.
If it still doesn't show, do step 5 & 6 again. It usually takes 3-5 minutes for github pages to deploy the changes.
You need to have NodeJS
and NPM
installed in your computer.
If you don't have them installed, install them from here: https://nodejs.org/en/download/
- Fork the repository ( Recommended )
- Clone your forked repository using
git clone YOUR-REPOSITORY-URL
- Install all the dependencies using this command:
npm install
oryarn
- Run the project using this command:
npm run dev
oryarn dev
- Open
localhost:3000
on your favorite browser
Thank you for your interest in contributing to this project. Please note that I prefer to be the sole contributor to this repository and will not be accepting any pull requests at the moment. While I appreciate the thought and effort to contribute, I kindly ask that you refrain from submitting pull requests.
If you have any suggestions, feedback, or issues, feel free to open an issue on this repository. I'm always open to discussions and improvements through this channel.
Thanks
Looking for one of my previous portfolio website / source code? Here's the list:
V1: https://p32929.github.io/portfolio-v1/ ( Source: https://github.com/p32929/portfolio-v1 )
V2: https://p32929.github.io/portfolio-v2/ ( Source: https://github.com/p32929/portfolio-v2 )
Current ( V3 ) : https://p32929.github.io/ ( Source: https://github.com/p32929/p32929.github.io )