An open API service indexing awesome lists of open source software.

https://github.com/firsttris/teufel-it-astro

Personal Website with Astro
https://github.com/firsttris/teufel-it-astro

Last synced: 4 months ago
JSON representation

Personal Website with Astro

Awesome Lists containing this project

README

          

# teufel-it-astro

![GitHub Repo stars](https://img.shields.io/github/stars/firsttris/teufel-it-astro?style=flat-square)
![GitHub last commit](https://img.shields.io/github/last-commit/firsttris/teufel-it-astro?style=flat-square)
![GitHub contributors](https://img.shields.io/github/contributors/firsttris/teufel-it-astro?style=flat-square)
![Node.js Version](https://img.shields.io/badge/node-v24.12.0-brightgreen?style=flat-square)
![npm Version](https://img.shields.io/badge/npm-11.6.2-blue?style=flat-square)
![Astro Version](https://img.shields.io/badge/astro-5.16.8-blueviolet?style=flat-square)
![TailwindCSS Version](https://img.shields.io/badge/tailwindcss-3.3.5-06b6d4?style=flat-square)

> **Moderne, mehrsprachige persΓΆnliche Website mit [Astro](https://astro.build/), TailwindCSS und MDX.**

## ✨ Features

- 🌍 Mehrsprachigkeit (de/en)
- πŸš€ Superschnell dank Astro
- 🎨 Styling mit TailwindCSS
- πŸ“„ Inhalte als MDX
- 🧩 Komponenten-basiert
- πŸ“± Responsive Design

## πŸ“¦ Tech Stack

- [Astro](https://astro.build/) (v5)
- [TailwindCSS](https://tailwindcss.com/)
- [MDX](https://mdxjs.com/)
- [astro-icon](https://github.com/natemoo-re/astro-icon)

## πŸ“ Projektstruktur

```
β”œβ”€β”€ public/
β”œβ”€β”€ src/
β”‚ β”œβ”€β”€ components/
β”‚ β”œβ”€β”€ content/
β”‚ β”œβ”€β”€ i18n/
β”‚ β”œβ”€β”€ images/
β”‚ β”œβ”€β”€ layouts/
β”‚ └── pages/
β”œβ”€β”€ astro.config.mjs
β”œβ”€β”€ tailwind.config.cjs
β”œβ”€β”€ tsconfig.json
└── package.json
```

## πŸš€ Schnellstart

```bash
git clone git@github.com:firsttris/teufel-it-astro.git
cd teufel-it-astro
npm install
npm run dev
```

Die Seite ist dann unter [localhost:4321](http://localhost:4321) erreichbar.

## πŸ§‘β€πŸ’» Entwicklung

| Befehl | Beschreibung |
|--------------------|----------------------------------------------|
| `npm install` | Installiert AbhΓ€ngigkeiten |
| `npm run dev` | Startet lokalen Dev-Server |
| `npm run build` | Produktion-Build im `dist/`-Ordner |
| `npm run preview` | Vorschau des Builds |

## πŸ‘₯ Mitwirkende

- [firsttris](https://github.com/firsttris)
- [weitere Contributor](https://github.com/firsttris/teufel-it-astro/graphs/contributors)

## πŸ“„ Lizenz

MIT β€” siehe [LICENSE](LICENSE)

## πŸ‘€ Want to learn more?

Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).