Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 783 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 783 Bytes

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