Update README.md to reflect new project structure and instructions for Svelte project setup and development.

This commit is contained in:
eewing
2026-03-11 14:26:24 -05:00
parent 67bc59fd2f
commit 6658e86994
22 changed files with 1161 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "new-york",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/app.css",
"baseColor": "zinc"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
}
}