Add basic astro site

This commit is contained in:
Brad Treloar 2025-11-01 00:00:41 +10:30
parent 049e68843b
commit 02babbe60b
16 changed files with 5092 additions and 0 deletions

14
astro/package.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.15.2"
}
}