Skip to content

alex289/Portfolio

Repository files navigation

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.
  • prisma/* - My Prisma schema, which uses Vercels Postgres database.
  • 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.).