summaryrefslogtreecommitdiff
path: root/docs/src/pages/getting-started.md
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-09-16 11:16:04 -0700
committerGravatar GitHub <noreply@github.com> 2021-09-16 11:16:04 -0700
commitb0a7e79bd0d7a22e714b9ab22264eacaf746c8ad (patch)
tree3f8f2fcf7d0dbad737a595c4176e8d13a4de287b /docs/src/pages/getting-started.md
parentcb7a957f413a9af0651266769b5a6a4a9996aafa (diff)
downloadastro-b0a7e79bd0d7a22e714b9ab22264eacaf746c8ad.tar.gz
astro-b0a7e79bd0d7a22e714b9ab22264eacaf746c8ad.tar.zst
astro-b0a7e79bd0d7a22e714b9ab22264eacaf746c8ad.zip
Update getting-started.md
Diffstat (limited to 'docs/src/pages/getting-started.md')
-rw-r--r--docs/src/pages/getting-started.md4
1 files changed, 1 insertions, 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