summaryrefslogtreecommitdiff
path: root/docs/src/pages/index.astro
blob: 2b0fd5d59b5887407f76395b6118753e22cb528d (plain) (blame)
1
2
3
4
5
6
7
8
9
---
import Layout from '../layouts/Main.astro';
---

<Layout centered content={{ title: 'Astro Documentation' }}>
  <h1>
    <code style="white-space: nowrap;">npm init astro</code>
  </h1>
</Layout>