The portfolio is built with React and vinext for its primary deployment. A
static copy is generated for GitHub Pages so the same design can also be served
from https://saad484.github.io/.
npm install
npm run devGenerate the root index.html before committing a portfolio update:
npm run build:pagesGitHub Pages should remain configured to deploy from the main branch and the
repository root. The generated index.html takes precedence over Jekyll's
README rendering, and .nojekyll tells GitHub Pages to publish the static files
directly.