From df5b32d34ba98bd8825a015036c3b7ec42c8e3b9 Mon Sep 17 00:00:00 2001 From: Kyosuke Date: Tue, 30 Nov 2021 05:18:27 +0900 Subject: [PATCH] Docs: Update Japanese getting started page (#2005) * Update getting-started.md * yarn format --- docs/src/pages/ja/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 を学ぶ