summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Kyosuke <kyosuke@users.noreply.github.com> 2021-11-30 05:18:27 +0900
committerGravatar GitHub <noreply@github.com> 2021-11-29 13:18:27 -0700
commitdf5b32d34ba98bd8825a015036c3b7ec42c8e3b9 (patch)
tree9358d5d464db812a6600d2971fd6ac36599c0759
parente87c2621696fe453d1f5321f5f8e67b66e355ae6 (diff)
downloadastro-df5b32d34ba98bd8825a015036c3b7ec42c8e3b9.tar.gz
astro-df5b32d34ba98bd8825a015036c3b7ec42c8e3b9.tar.zst
astro-df5b32d34ba98bd8825a015036c3b7ec42c8e3b9.zip
Docs: Update Japanese getting started page (#2005)
* Update getting-started.md * yarn format
-rw-r--r--docs/src/pages/ja/getting-started.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/pages/ja/getting-started.md b/docs/src/pages/ja/getting-started.md
index c3d862e53..8a7cbb768 100644
--- a/docs/src/pages/ja/getting-started.md
+++ b/docs/src/pages/ja/getting-started.md
@@ -32,9 +32,9 @@ npm init astro -- --template [GITHUB_USER]/[REPO_NAME]/path/to/example
### オンラインコードエディター
-ブラウザで Astro を試してみたいという方は、オンラインコードエディターを利用できます。[CodeSandbox の「Hello World!」テンプレート](https://codesandbox.io/s/astro-template-hugb3)を試してみてください。
+ブラウザで Astro を使ってみたいという方は、[astro.new](https://astro.new/)にある UI を使ってすぐに新しい Astro プロジェクトを立ち上げられます。
-注:CodeSandbox では、一部の機能(例:Fast Refresh)が現在制限されています。
+Stackblitz、CodeSandbox、Gitpod、GitHub Codespaces などのオンラインコードエディターでも Astro を試せます。[サンプル集](https://github.com/snowpackjs/astro/tree/main/examples)にあるサンプルの中の「Open in Stackblitz」リンクをクリックしてください。また、[ここをクリック](https://stackblitz.com/fork/astro)すると、[Stackblitz](https://stackblitz.com/fork/astro)で新しいプロジェクトを始められます。
## Astro を学ぶ