Update layout to be a svelte monorepo with shadcn-svelte

Also: add the start of a.starrysky.fyi
diff --git a/turbo.json b/turbo.json
index ec4d016..0150e24 100644
--- a/turbo.json
+++ b/turbo.json
@@ -9,7 +9,8 @@
     "lint": {},
     "dev": {
       "cache": false,
-      "persistent": true
+      "persistent": true,
+      "dependsOn": ["^build"]
     }
   }
 }