- Clone or fork project.
- Install required dependencies with
npm install
. - Remove or set
homepage
inpackage.json
to single dot. npm start
project and customize it.- Deploy on github-pages using
npm run deploy
command.
⚠️ Note that if you have portfolio on different repository than `{username}.github.io`, set `homepage` in `package.json` to `https://{username}.github.io/{repository}/` before deploying portfolio.