Clone the forked repo from your account using:
git clone https://github.com/<your-username>/home.git
Change URL in package.json file:
"homepage": "https://<your-username>.github.io"
Now you need to go to pages.js There you must change the 3rd line. As it the the url of your empty repository:
const repoURL =
"https://github.com/<your-username>/<your-username>.github.io.git";
To deploy website, run:
npm run build
npm run custom-deploy
Congrats your site is up and running. To see it live, visit:
https://<your-username>.github.io
Facing issues? Feel free to contact at hashirshoaeb@gmail.com.