Skip to content

Commit 26d0bc2

Browse files
authored
Merge pull request #3 from gradedSystem/feat/shadcn-migration-and-contributors
feat: Migrate to Shadcn/ui, add Contributor Insights, and fix errors
2 parents 930e077 + 7b9def3 commit 26d0bc2

24 files changed

+1928
-1543
lines changed

components.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://ui.shadcn.com/schema.json",
3+
"style": "default",
4+
"rsc": true,
5+
"tsx": true,
6+
"tailwind": {
7+
"config": "tailwind.config.js",
8+
"css": "src/app/globals.css",
9+
"baseColor": "slate",
10+
"cssVariables": true,
11+
"prefix": ""
12+
},
13+
"aliases": {
14+
"components": "@/components",
15+
"utils": "@/lib/utils"
16+
}
17+
}

0 commit comments

Comments
 (0)