From b0a7e79bd0d7a22e714b9ab22264eacaf746c8ad Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Thu, 16 Sep 2021 11:16:04 -0700 Subject: [PATCH] Update getting-started.md --- docs/src/pages/getting-started.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/src/pages/getting-started.md b/docs/src/pages/getting-started.md index df8d43eef..0d17590fe 100644 --- a/docs/src/pages/getting-started.md +++ b/docs/src/pages/getting-started.md @@ -31,9 +31,7 @@ npm init astro -- --template [GITHUB_USER]/[REPO_NAME]/path/to/example ### Online Playgrounds -If you're interested in playing around with Astro in the browser, you can use an online code playground. Try our "Hello World!" template on [CodeSandbox](https://codesandbox.io/s/astro-template-hugb3). - -_Note: some features (ex: Fast Refresh) are currently limited on CodeSandbox._ +If you're interested in playing around with Astro in the browser, you can use an online code editor like Stackblitz, CodeSandbox, Gitpod, or GitHub Codespaces. Click the "Open in Stackblitz" link in any of the examples in our [examples library](https://github.com/snowpackjs/astro/tree/main/examples). Or, [click here](https://stackblitz.com/fork/astro) to start a new project in [Stackblitz](https://stackblitz.com/fork/astro). ## Learn Astro