Skip to content

sayyedhammadali/sha-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHA Portfolio

LiveSite Url: https://sayyedhammadali.github.io/sha-portfolio

Configuration

  1. npm i gh-pages

  2. 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>",

  1. yarn run deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors