Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.06 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.06 KB

who-am-i

GitHub Pages deploy

Welcome to my personal portfolio.

Links

Stack

Setup

  • To build the project, run:
pnpm build
  • To run the project locally, run:
pnpm dev
  • To run the production build locally, run:
pnpm start

Github Pages Build

To build the Next.JS app into a static GitHub Pages site,

  • Create a new branch based off build.
  • Make push the changes to your Next.JS app.
  • Create a PR into build.
  • Merge into build and watch the magic happen in the gh-pages branch 🚀.