summaryrefslogtreecommitdiff
path: root/docs/src/pages/ja/getting-started.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/pages/ja/getting-started.md')
-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 を学ぶ