Back to Withastro

Build your first Astro Blog

src/content/docs/en/tutorial/0-introduction/index.mdx

latest1.3 KB
Original Source

import Checklist from '/components/Checklist.astro'; import Box from '/components/tutorial/Box.astro'; import Lede from '~/components/tutorial/Lede.astro';

<Lede> In this tutorial, you'll learn Astro's key features by building a fully-functioning blog, from zero to full launch! 🚀 </Lede>

Along the way, you'll:

  • Set up your development environment
  • Create pages and blog posts for your website
  • Build with Astro components
  • Query and work with local files
  • Add interactivity to your site
  • Deploy your site to the web

Want a preview of what you're going to build? You can view the final project on GitHub or open a working version in an online coding environment such as Firebase Studio or StackBlitz.

:::note If you would rather start exploring Astro with a pre-built Astro site, you can visit https://astro.new and choose a starter template to open and edit in an online editor. :::

<Box icon="check-list"> ## Checklist <Checklist> - [ ] Looks great! I'm ready to get started! </Checklist> </Box>