https://github.com/evrendev/evren.dev
Personel site
https://github.com/evrendev/evren.dev
Last synced: about 2 months ago
JSON representation
Personel site
- Host: GitHub
- URL: https://github.com/evrendev/evren.dev
- Owner: evrendev
- Created: 2024-11-03T12:45:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-20T09:09:47.000Z (8 months ago)
- Last Synced: 2025-10-20T11:22:28.385Z (8 months ago)
- Language: Vue
- Homepage: https://evren.dev
- Size: 17.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 👋 Evren.Dev - Personal Website
My personal website built with modern web technologies. A place where I share my work, thoughts, and connect with the community.
## 🚀 Quick Start
### Frontend (Vue.js)
```bash
cd src/frontend
npm install
npm run dev
```
### Backend (ASP.NET Core)
```bash
cd src/backend
dotnet restore
dotnet run
```
## 🛠️ Tech Stack
**Frontend:**
- Vue.js 3 + Composition API
- Vite for blazing fast development
- SCSS for styling
- i18n for multilingual support
**Backend:**
- ASP.NET Core 8
- RESTful API design
- JSON localization
- Email service integration
## 📦 What's Inside
- 🌍 **Multilingual support** (EN/DE)
- 📱 **Responsive design** for all devices
- 📧 **Contact form** with email integration
- 🎨 **Portfolio showcase** of my work
- 🔧 **Automated deployment** via GitHub Actions
## 🔄 Deployment
The project automatically deploys to production when pushing to the main branch:
- Frontend → `evren.dev`
- Backend API → `api.evren.dev`
For manual deployment instructions, see [DEPLOYMENT.md](DEPLOYMENT.md).
## 📝 Development Scripts
```bash
# Frontend
npm run dev # Start development server
npm run build # Build for production
npm run deploy # Build and deploy via FTP
# Backend
dotnet run # Start development server
dotnet publish # Build for production
```
## 🤝 Contributing
This is my personal website, but I'm always open to suggestions and improvements! Feel free to:
- Report bugs
- Suggest new features
- Share feedback
## 📄 License
This project is open source and available under the MIT License.
---
Built with ❤️ by Evren Yeniev