Add Astro landing site for 和光同坤 with logo, contact, and gitignore

Made-with: Cursor
This commit is contained in:
zaikun xu
2026-04-03 11:08:05 +08:00
parent c3349ef410
commit be26d87075
13 changed files with 5933 additions and 1 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "heguangtongkun-landing",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^4.16.0"
},
"devDependencies": {
"typescript": "^5.6.0"
}
}