Fork this repository (Click the Fork button at the top right of this page)
Clone your forked repository to your local machine
git clone https://github.com/your-github-username/profile.git
Setup code and Edit (replace with your details) json files in src/assets/data/
Set home page URL as http://<your-github-username>.github.io/profile in package.json file.
Replace profile picture at src/assets/images/IMG_DP.jpg with your picture.
For logo - Replace mh at /src/components/header/header.js line 17 with any text you wish.
Run the following scripts in order
npm install
npm start
Open http://localhost:3000 to view in the browser. If everything looks good! follow the last step to deploy 🔥
Run the following script
npm run deploy
Open https://<your-github-username>.github.io/profile to view live.
- Star this repository if you like!