docs: Update danish translation of getting-started (#1985)
* docs: Update danish translation of getting-started * Update getting-started.md Update repo URL (Oops!)
This commit is contained in:
parent
df5b32d34b
commit
5af7ffe63b
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: ~/layouts/MainLayout.astro
|
||||
title: Introduktion
|
||||
description: En grundlæggende introduktion til Astro.
|
||||
lang: da
|
||||
---
|
||||
|
||||
|
@ -30,7 +31,9 @@ npm init astro -- --template [GITHUB_BRUGER]/[REPO_NAVN]/sti/til/eksempel
|
|||
|
||||
### Online Legepladser
|
||||
|
||||
Hvis du er interesseret i at lege med Astro i browseren, kan du bruge en online kodeeditor som Stackblitz, CodeSandbox, Gitpod eller GitHub Codespaces. Klik på "Open in Stackblitz" linket i et af eksemplerne i vores [liste af eksempler](https://github.com/withastro/astro/tree/main/examples). Eller, [klik her](https://stackblitz.com/fork/astro) for at starte et nyt projekt i [Stackblitz](https://stackblitz.com/fork/astro).
|
||||
Hvis du er interesseret i at lege med Astro i browseren, kan du straks starte et nyt Astro projekt med vores brugerflade på [astro.new](https://astro.new/).
|
||||
|
||||
Du kan prøve Astro i online kodeeditorer som Stackblitz, CodeSandbox, Gitpod eller GitHub Codespaces. Klik på "Open in Stackblitz" linket i et af eksemplerne i vores [liste af eksempler](https://github.com/withastro/astro/tree/main/examples). Eller, [klik her](https://stackblitz.com/fork/astro) for at starte et nyt projekt i [Stackblitz](https://stackblitz.com/fork/astro).
|
||||
|
||||
## Lær Astro
|
||||
|
||||
|
|
Loading…
Reference in a new issue