diff options
author | 2021-07-19 15:44:15 -0700 | |
---|---|---|
committer | 2021-07-19 15:44:15 -0700 | |
commit | e0027553098e67364a4adcc1ebbb297e62316c7c (patch) | |
tree | e2ac74c356f902613aff088270d86d6019e88788 /docs/src/pages/getting-started.md | |
parent | 488d13a90ff526a0c9512c9498116c1c826b6b6a (diff) | |
download | astro-e0027553098e67364a4adcc1ebbb297e62316c7c.tar.gz astro-e0027553098e67364a4adcc1ebbb297e62316c7c.tar.zst astro-e0027553098e67364a4adcc1ebbb297e62316c7c.zip |
add comparison docs (#718)
Diffstat (limited to 'docs/src/pages/getting-started.md')
-rw-r--r-- | docs/src/pages/getting-started.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/src/pages/getting-started.md b/docs/src/pages/getting-started.md index ab83fc5db..7f1054659 100644 --- a/docs/src/pages/getting-started.md +++ b/docs/src/pages/getting-started.md @@ -5,6 +5,10 @@ title: Getting Started Astro is modern static site builder. Learn what Astro is all about from [our homepage](https://astro.build/) or [our release post](https://astro.build/blog/introducing-astro). This page is an overview of the Astro documentation and all related resources. +Looking for a quick overview of what Astro is? [Fireship](https://fireship.io/) produced this great video summarizing Astro that you can watch in less than two minutes: + +<iframe width="560" height="315" src="https://www.youtube.com/embed/dsTXcSeAZq8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + ## Try Astro The easiest way to try Astro is to run `npm init astro` in a new directory on your machine. This CLI command will walk you through starting a new Astro project. |