lokeswaran.dev

My minimalistic portfolio

Stars
1
Committers
2

lokeswaran.dev

This is my personal website built with Next.js and Tailwind CSS. The website is hosted on Vercel and uses Vercel Analytics for tracking.

Features

  • MDX support: I use next-mdx-remote to render MDX files.
  • Syntax highlighting: I use rehype-pretty-code to highlight code blocks.
  • Responsive design: The website is fully responsive and works well on all devices.

Running Locally

This application requires Next.js 14.

git clone https://github.com/lokeswaran-aj/lokeswaran.dev.git
cd lokeswaran.dev
pnpm install
pnpm dev

Note: you can use your favorite package manager