My personal website built with modern web technologies. A place where I share my work, thoughts, and connect with the community.
cd src/frontend
npm install
npm run devcd src/backend
dotnet restore
dotnet runFrontend:
- 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
- 🌍 Multilingual support (EN/DE)
- 📱 Responsive design for all devices
- 📧 Contact form with email integration
- 🎨 Portfolio showcase of my work
- 🔧 Automated deployment via GitHub Actions
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.
# 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 productionThis is my personal website, but I'm always open to suggestions and improvements! Feel free to:
- Report bugs
- Suggest new features
- Share feedback
This project is open source and available under the MIT License.
Built with ❤️ by Evren Yeniev