A modern personal website built with Next.js, React, TypeScript, and TailwindCSS.
You can check it: https://emirkemal.com
- Next.js 15 - React framework with App Router (latest)
- React 19 - UI library
- TypeScript 5.5 - Type safety
- Zod 4.1 - Runtime type validation and schema definition
- TailwindCSS 3.4 - Utility-first CSS framework
- Node.js 20+ - Runtime environment
- Node.js 20+
- Yarn 1.22+
- Clone the repository:
git clone https://github.com/KemalEmirhan/emirhan.github.io.git
cd emirhan.github.io- Install dependencies:
yarn install- Run the development server:
yarn dev- Open http://localhost:3000 with your browser to see the result.