add web project

This commit is contained in:
2025-11-10 13:55:15 +13:00
parent 52ac25db0a
commit aaebd5c3ba
9 changed files with 2271 additions and 0 deletions

14
web/package.json Normal file
View File

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