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

24
Gallus_Pub_v1/.gitignore vendored Normal file
View File

@ -0,0 +1,24 @@
# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/