Skip to content

dhruv-bvpdev/portfolio

Repository files navigation

cover

Portfolio

My own personal portfolio website

Inspired by leerob & Alexander Konietzko

Overview

  • data/* - MDX data that is used for my blog
  • lib/* - Short for "library", a collection of helpful utilities or code for external services.
  • pages/api/* - API routes. Health check, spotify, guestbook.
  • pages/blog/* - Static pre-rendered blog pages using MDX
  • pages/dashboard - Containing metrics from health api
  • pages/projects - Showcase of my current projects on GitHub
  • pages/about - General information about me
  • pages/tweets - My fav. tweets of all time
  • pages/* - All other static pages.
  • public/* - Static assets including fonts and images.
  • prisma/* - My Prisma schema, which uses a PlanetScale MySQL database.
  • styles/* - A small amount of global styles. I'm mostly using vanilla Tailwind CSS.

Running Locally

git clone https://github.com/dhruv-bvpdev/portfolio.git
cd Portfolio
yarn
yarn 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.).