Repo. for my github pages.
Ref: https://github.com/devmahmud/react-frontend-dev-portfolio
require: npm
# install modules
npm ci
# build src
npm run build
# preview vite or static mode
npm run vite-preview
npm run static-preview
# deploy
npm run deploy