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

https://github.com/michxymi/michxymi.com

My personal website
https://github.com/michxymi/michxymi.com

husky lint-staged mdx nextjs pnpm shadcn-ui tailwindcss ultracite vercel

Last synced: 5 months ago
JSON representation

My personal website

Awesome Lists containing this project

README

          

# michxymi.com

Personal portfolio website built with NextJS

## Features

- Blog with MDX support
- Projects showcase
- About page with work experience
- Contact form
- RSS feed
- Dark/light theme

## Tech Stack

- NextJS 16 (App Router)
- React 19
- Typescript
- shadcn/ui and Tailwind CSS
- MDX for content

## Getting Started

**Prerequisites:** Node.js 22+, pnpm

```bash
# Install dependencies
pnpm install

# Run development server
pnpm dev

# Build for production
pnpm build

# Start production server
pnpm start
```

Open [http://localhost:3000](http://localhost:3000) to view the site.

## Deployment

Deployed on [Vercel](https://vercel.com). Push to main branch triggers automatic deployment.