This is a personal portfolio website built with Next.js, Tailwind CSS, and TypeScript. It showcases my projects, skills, and background as a developer.
- Next.js โ React framework for production
- Tailwind CSS โ Utility-first CSS framework
- TypeScript โ Strongly typed JavaScript
- Yarn โ Dependency management
# Clone the repository
git clone https://github.com/mutluksap/website.git
# Navigate to the project folder
cd website
# Install dependencies
yarn install
# Run the development server
yarn dev