This repository contains the source code for my personal portfolio website. I've built this site to showcase my skills and projects.
- Modern Tech Stack: Built with Astro optimal performance
- Responsive Design: Fully responsive interface using TailwindCSS for a seamless experience on all devices
- Multiple Languages: My Portfolio is available in both German and English
- Frontend Framework: Astro
- Styling: TailwindCSS with custom theming
- Type Safety: TypeScript
- Code Quality: ESLint and Prettier
assets/: Static assetscomponents/: Reusable componentslayouts/: Layouts for the pagespages/: Pages and routes of the Websiteservices/: API and external service integrationsstyles/: Custom styles and themetypes.ts: TypeScript type definitionsi18n.ts: Translation provider
- Node.js
- npm
# Install dependencies
npm install
# Compile and hot-reload for development
npm run dev
# Type-check, compile and minify for production
npm run build
# Preview production build
npm run previewThis project is open source and available under the MIT License.
© 2026 Benjamin Edlinger. All rights reserved.