Update README.md to include project stack, development and build instructions, and details on PocketBase and shadcn-svelte integration.

This commit is contained in:
eewing
2026-02-16 16:04:14 -06:00
parent 3c1442e150
commit faae3c1a43
79 changed files with 2544 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "new-york",
"tailwind": {
"config": "",
"css": "src/routes/app.css",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils",
"ui": "$lib/components/ui",
"lib": "$lib",
"hooks": "$lib/hooks"
},
"iconLibrary": "lucide"
}