feat: setup shadcn for styling and TanStack router

Setup shadcn for style components
Setup TanStack router for routing between different pages in the UI
This commit is contained in:
Rodney Osodo
2025-06-12 12:40:18 +03:00
parent e577eab604
commit f80f232df4
24 changed files with 3373 additions and 155 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/App.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}