Welcome to my personal portfolio website! This project showcases my skills, experience, and projects as a software developer.
Visit my portfolio at: oguzakkaya.com
- SvelteKit - The web framework used
- TypeScript - For type-safe code
- UnoCSS - For styling
- Vite - Build tool
├── src/
│ ├── lib/ # Reusable components and utilities
│ ├── routes/ # Page components and API routes
│ └── app.html # HTML template
├── static/ # Static assets
└── tests/ # Test files
- Node.js (v18 or higher)
- npm or yarn
- Clone the repository
git clone https://github.com/oguzakkaya/oguz-akkaya-portfolio.git
- Install dependencies
npm install
# or
yarn install
- Start the development server
npm run dev
# or
yarn dev
- Build for production
npm run build
# or
yarn build
This project is open source and available under the MIT License.
- Website: oguzakkaya.com
- LinkedIn: Oguz Akkaya
- GitHub: @oguzakkaya