My own personal portfolio website
Inspired by leerob
- Framework: Next.js
- Database: Vercel Postgres
- ORM: Drizzle
- Authentication: Better-Auth
- Deployment: Vercel
- Styling: Tailwind CSS
src/content/*- MDX data that is used for my blogsrc/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
git clone https://github.com/alex289/Portfolio.git
cd Portfolio
pnpm i
pnpm devCreate a .env file similar to .env.example
Please review the license and remove all of my personal information (resume, blog posts, images, etc.).