Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lokeswaran-aj/lokeswaran.dev

My minimalistic portfolio
https://github.com/lokeswaran-aj/lokeswaran.dev

blog mdx nextjs tailwindcss

Last synced: 5 days ago
JSON representation

My minimalistic portfolio

Awesome Lists containing this project

README

        

# lokeswaran.dev

This is my [personal website](https://lokeswaran.dev) built with [Next.js](https://nextjs.org/) and [Tailwind CSS](https://tailwindcss.com/). The website is hosted on Vercel and uses Vercel Analytics for tracking.

## Features

- **MDX support**: I use [next-mdx-remote](https://github.com/hashicorp/next-mdx-remote) to render MDX files.
- **Syntax highlighting**: I use [rehype-pretty-code](https://rehype-pretty.pages.dev/) 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.

```bash
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