Jack Vu

jackvu.me

A minimalist personal website built with Next.js and Tailwind CSS.

Local Development

```bash

Install dependencies

npm install

Run development server

npm run dev

Build for production

npm run build

Start production server

npm start