diff options
Diffstat (limited to 'smoke/docs-main/src/pages/en/getting-started.md')
-rw-r--r-- | smoke/docs-main/src/pages/en/getting-started.md | 98 |
1 files changed, 0 insertions, 98 deletions
diff --git a/smoke/docs-main/src/pages/en/getting-started.md b/smoke/docs-main/src/pages/en/getting-started.md deleted file mode 100644 index bbef88a38..000000000 --- a/smoke/docs-main/src/pages/en/getting-started.md +++ /dev/null @@ -1,98 +0,0 @@ ---- -setup: | - import Button from '../../components/Button.astro' -layout: ~/layouts/MainLayout.astro -title: Getting Started -description: A basic intro to Astro. ---- -Static Site Generator π Bring your own Framework π Ship Less JavaScript - -## Try Astro - -We've made it as easy as possible to get started with Astro either in your browser, or on your machine! - -### Online Playgrounds - -Visit [astro.new](https://astro.new) for the easiest way to "try before you buy." Choose from a variety of starter templates and start building a full, working version of Astro right in your browser! - -Or, **instantly launch our basic starter project** with just one click of a button: - -<div style="display: flex; flex-wrap: wrap; gap: 0.5rem;"> - <Button href="https://astro.new/starter?on=codesandbox">Open in CodeSandbox</Button> - <Button href="https://astro.new/starter?on=stackblitz">Open in StackBlitz</Button> -</div> - -### Install Astro Locally - -Ready to install? - -Get a new project up and running locally in no time with our easy `create-astro` CLI wizard! - -```bash -# run this command in a new directory to get started! -npm init astro -``` - -βοΈ Our [Installation Guide](/en/installation) has full, step-by-step instructions for installing Astro with your favourite package manager. - -βοΈ See instructions for [manual setup](/en/guides/manual-setup) instead. - - -## Start building with Astro - -Jump right in and add some content and features to your site! - -ποΈ Add new [Astro (.astro) pages](/en/core-concepts/astro-pages) and/or [Markdown (.md) pages](/en/guides/markdown-content) to your site. - -ποΈ Create your first [Layout](/en/core-concepts/layouts). - -ποΈ Add additional [CSS and styling](/en/guides/styling) to your site. - -*... and even more Guides under **Learn*** - - - -## Learn Astro - -See examples of some of the key concepts and patterns of an Astro site! - -π Read more about Astroβs [project structure.](/en/core-concepts/project-structure) - -π Learn more about Astroβs [built-in components.](/en/reference/builtin-components) - -π Explore Astroβs [API.](/en/reference/api-reference) - -*... and even more reference material under **API*** - -## Integrate with Astro - -Explore different integrations that our users have combined with Astro! - -π§° Use a CMS with your Astro project. - -π§° Set up eCommerce. - -π§° Connect a database to your site. - -*... see our [third-party integrations](/en/integrations/integrations)* - - - -## Join our Community - -Join us in the [Astro Discord](https://astro.build/chat) to share with and get help from an active, friendly community! - -π¬ Say hi in our `#introduce-yourself` channel! - -π¬ Ask our Support Squad a question in our `#support` channel! - -π¬ Share what you've been working on in our `#showcase` channel! - - -## Learn More - -[Astro Blog](https://astro.build/blog/) - -[Astro changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - -[Astro Migration Guide](/en/migrate) (for upgrading to v0.21+) |