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

<Layout centered>
  <h1>
    <code style="white-space: nowrap;">npm init astro</code>
  </h1>
</Layout>