diff options
author | 2021-10-13 16:23:19 +0000 | |
---|---|---|
committer | 2021-10-13 16:23:19 +0000 | |
commit | 348ba366f7399ecb5d06d2e447034472173cd4be (patch) | |
tree | 1bea5af3ad3d760e5991515e644b579cca28db9e /docs/src | |
parent | 5cbd9d8a5cf59faa6f0a15146e926b88a78036c9 (diff) | |
download | astro-348ba366f7399ecb5d06d2e447034472173cd4be.tar.gz astro-348ba366f7399ecb5d06d2e447034472173cd4be.tar.zst astro-348ba366f7399ecb5d06d2e447034472173cd4be.zip |
[ci] yarn format
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pages/de/quick-start.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/de/quick-start.md b/docs/src/pages/de/quick-start.md index 66db7c744..8064faf53 100644 --- a/docs/src/pages/de/quick-start.md +++ b/docs/src/pages/de/quick-start.md @@ -25,7 +25,7 @@ npm run build Um mehr über den Installationsprozess und den ersten Gebrauch von Astro zu lernen, [lies unseren Installations-Leitfaden.](installation) -Wenn du es bevorzugst anhand eines Beispiels zu lernen, schau dir die [komplette Liste an Beispielen](https://github.com/snowpackjs/astro/tree/main/examples) auf GitHub an. +Wenn du es bevorzugst anhand eines Beispiels zu lernen, schau dir die [komplette Liste an Beispielen](https://github.com/snowpackjs/astro/tree/main/examples) auf GitHub an. Du kannst jedes Beispiel ausprobieren, indem du `npm init astro -- --template "EXAMPLE_NAME"` ausführst. ## Starte dein Projekt |