Skip to content

✨ My portfolio website built with Next.js, TailwindCSS, and shipped with Vercel.

Notifications You must be signed in to change notification settings

serdargokhan/serdargokhan.dev

Repository files navigation

✨ My portfolio website built with NextJS, TailwindCSS, and shipped with Vercel.

Image 1

🛠 Installation & Set Up

This application requires Node.js v18+.

  1. Clone the repository

    git clone https://github.com/serdargokhan/serdargokhan.dev.git
  2. Navigate into the directory

    cd serdargokhan.dev
  3. Install dependencies

    pnpm install
  4. Start the development server

    pnpm dev

🚀 Building and Running for Production

  1. Generate a production build

    pnpm build
  2. Preview the site as it will appear once deployed

    pnpm start

📁 Folder Structure

serdargokhan.dev
├── public
│   ├── images
│   │   ├── common
│   │   └── pages
│   │       └── home
│   └── static
├── src
│   ├── app
│   │   └── [locale]
│   ├── components
│   │   ├── common
│   │   ├── pages
│   │   │   └── home
│   │   │       ├── AboutSection
│   │   │       ├── ContactSection
│   │   │       ├── GreetingSection
│   │   │       └── PortfolioSection
│   │   └── ui
│   ├── icons
│   ├── layouts
│   │   ├── Footer
│   │   └── Navbar
│   ├── types
│   └── utils
└── translations

🎨 Color Reference

Color Hex
Primary-100 #ffd300 #ffd300
Primary-200 #3a10e5 #3a10e5
Primary-300 #10162f #10162f
Primary-400 #fff0e5 #fff0e5

About

✨ My portfolio website built with Next.js, TailwindCSS, and shipped with Vercel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published