Initial commit: Hapkido CHC landing page

This commit is contained in:
Mambo
2026-05-01 13:49:20 +02:00
commit 12ed48f1b4
9 changed files with 548 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "hapkido-chc",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^5.7.0"
}
}