1
0

Initial project commit

This commit is contained in:
2025-08-04 22:40:41 +02:00
commit a929bdb098
14 changed files with 3469 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "tideshift-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.12.8"
}
}