Mirror of my GitHub Pages site
0

Configure Feed

Select the types of activity you want to include in your feed.

Add README

Spenser Black (Jul 10, 2026, 10:25 AM EDT) d0b49aec 1ecaa277

+24
+24
README.md
··· 1 + # README 2 + 3 + This is a static site built with [Astro](https://astro.build/). 4 + 5 + ## Development 6 + 7 + ### Dev server 8 + 9 + ```shell 10 + pnpm run dev 11 + ``` 12 + 13 + ### Build and serve built assets 14 + 15 + ```shell 16 + pnpm run build 17 + pnpm run preview 18 + ``` 19 + 20 + ### Format 21 + 22 + ```shell 23 + pnpm run format 24 + ```