Add initial setup for Gallus_Pub_v1 with Astro

This commit includes a README detailing the Astro starter kit setup and an autogenerated package-lock.json. The setup uses the minimal Astro template, with dependencies like Astro 5.11.0 installed to kickstart the project.
This commit is contained in:
2025-07-13 21:31:00 +02:00
parent a418286bc6
commit 582313f960
35 changed files with 14007 additions and 0 deletions

View File

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