- Clone or fork project.
- Install required dependencies with
npm install. - Remove or set
homepageinpackage.jsonto single dot. npm startproject and customize it.- Deploy on github-pages using
npm run deploycommand.
⚠️ 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.