Welcome to my personal portfolio.
- Vercel : https://www.felixwaweru.dev/
- GitHub Pages : https://felixwaweru.github.io/who-am-i
- Framework: Next.js
- Deployment: Vercel & Github Pages
- Styling: Tailwind CSS
- Analytics: Vercel Analytics
- To build the project, run:
pnpm build
- To run the project locally, run:
pnpm dev
- To run the production build locally, run:
pnpm start
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 thegh-pages
branch 🚀.