Docs: Update Japanese getting started page (#2005)
* Update getting-started.md * yarn format
This commit is contained in:
parent
e87c262169
commit
df5b32d34b
1 changed files with 2 additions and 2 deletions
|
@ -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 を学ぶ
|
||||
|
||||
|
|
Loading…
Reference in a new issue