A personal portfolio website built with Next.js 13 and Tailwind CSS.
- Next.js 13
- TypeScript
- Tailwind CSS
- Heroicons
- Headless UI
- Clone the repository
git clone [your-repo-url]- Install dependencies
npm install- Run the development server
npm run dev- Open http://localhost:3000 in your browser
This project can be easily deployed to Vercel:
- Push your code to GitHub
- Import the project in Vercel
- Automatic deployment will complete
portfolio-blog/
├── app/
│ ├── layout.tsx # Global layout
│ └── page.tsx # Home page content
├── public/ # Static assets
└── styles/ # Style files
You can customize the website by modifying:
app/page.tsx- Modify home page contentapp/layout.tsx- Modify global layouttailwind.config.js- Customize theme