diff --git a/docs/src/pages/ja/getting-started.md b/docs/src/pages/ja/getting-started.md index c3d862e534..8a7cbb7684 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 を学ぶ