- 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/articlespages/*- 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 devPlease review the license and remove all of my personal information (resume, blog posts, images, etc.).