Portfolio icon indicating copy to clipboard operation
Portfolio copied to clipboard

My portfolio built with Next.js, Tailwind, Prisma, and Vercel.

cover

Portfolio

My own personal portfolio website

Inspired by leerob

Overview

  • src/content/* - MDX data that is used for my blog
  • src/lib/* - Short for "library", a collection of helpful utilities or code for external services.
  • src/app/* - The actual pages.
  • public/* - Static assets including fonts and images.
  • src/styles/* - A small amount of global styles. I'm mostly using vanilla Tailwind CSS.
  • src/messages/* - All translations objects

Running Locally

git clone https://github.com/alex289/Portfolio.git
cd Portfolio
pnpm i
pnpm dev

Create a .env file similar to .env.example

Cloning / Forking

Please review the license and remove all of my personal information (resume, blog posts, images, etc.).