src/content/docs/en/tutorial/0-introduction/index.mdx
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:
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>