- Framework: Next.js
- Deployment: Vercel
- Styling: Tailwind CSS
lib/*
- Short for "library", a collection of helpful utilities or code for external services.pages/api/*
- API routes powering/articles
pages/*
- All other static pages.public/*
- Static assets including fonts and images.styles/*
- A small amount of global styles. I'm mostly using vanilla Tailwind CSS.
$ git clone https://github.com/maheshthedev/maheshthedev.me.git
$ cd maheshthedev.me
$ npm i
$ npm run dev
Please review the license and remove all of my personal information (resume, blog posts, images, etc.).