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
- Host: GitHub
- URL: https://github.com/firsttris/teufel-it-astro
- Owner: firsttris
- Created: 2023-09-12T14:48:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-23T15:58:08.000Z (4 months ago)
- Last Synced: 2026-02-23T23:38:08.908Z (4 months ago)
- Language: Astro
- Homepage: https://teufel-it.de/
- Size: 7.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# teufel-it-astro







> **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).