This directory includes my (Ceyhun Şen) personal website and resume source.
If you want to check out this website, visit ceyhunsen.me or build it locally.
This website is built with Next.js. Please install Node for this reason. After installing required packages, run:
# Install dependencies
npm ci
To run the development server:
npm run dev
Than, http://localhost:3000 can be opened with your browser to visit website.
To build release version:
npx --no-install next build
My resume is located at
public/resume/ceyhun_sen_resume.tex
.
Its build steps can be viewed on
public/resume/README.md
.
Code in this repository is licensed under the MIT license.
Content and images are licensed differently: Ceyhun Şen's personal website © 2025 by Ceyhun Şen is licensed under CC BY 4.0.