A modern, responsive portfolio website built with Next.js and Tailwind CSS.
- Fast and SEO-friendly with Next.js
- Responsive design using Tailwind CSS
- Dark/Light mode support
- Fast page transitions
- Optimized images with Next.js Image component
- Clean and minimal design
- Next.js - React framework for production
- Tailwind CSS - Utility-first CSS framework
- Shadcn/ui - UI components
- TypeScript - Static type checking
-
Clone the repository
git clone https://github.com/WhatTheShuck/Portfolio.git
-
Edit Data
- Edit the
data.ts
file with your details and projects
- Edit the
-
Install dependencies
pnpm install
-
Start the development server
pnpm run dev
-
Build for production
pnpm run build
-
Build the Docker image
docker compose build
-
Start the container
docker compose up
-
Stop the container
docker compose down
The application will be available at http://localhost:3000
.
Contributions, issues, and feature requests are welcome! But this is my personal portfolio website, so I may not accept all pull requests. Feel free to fork the project and make your own version.
You can find the live website at BrandonWiedman.com.