Update README.md with project setup, development instructions, environment variables, and build process for Svelte 5 and SvelteKit integration.

This commit is contained in:
eewing
2026-02-24 09:12:30 -06:00
parent 96b6999523
commit eb18419089
29 changed files with 1386 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"$schema": "https://shadcn-svelte.com/schema.json",
"tailwind": {
"css": "src/routes/layout.css",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils",
"ui": "$lib/components/ui",
"hooks": "$lib/hooks",
"lib": "$lib"
},
"typescript": true,
"registry": "https://shadcn-svelte.com/registry"
}