LiveSite Url: https://sayyedhammadali.github.io/sha-portfolio
-
npm i gh-pages
-
Edit package.json file
"scripts": {
"deploy":"yarn run build && gh-pages -d build"
},
"homepage": "https://sayyedhammadali.github.io/sha-portfolio",
For Custom Domain
"scripts": {
"deploy":"yarn run build && gh-pages -d build"
},
"homepage": "https://<custom_domain>",
- yarn run deploy