init: penfield split from website monorepo

This commit is contained in:
Lewis Wynne 2026-04-05 00:38:22 +01:00
commit c38253a17f
11 changed files with 261 additions and 0 deletions

13
package.json Normal file
View file

@ -0,0 +1,13 @@
{
"name": "penfield",
"type": "module",
"packageManager": "pnpm@10.28.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^5.16.13"
}
}