Skip to content

Commit

Permalink
Merge pull request #106 from Kiran1689/major-updates
Browse files Browse the repository at this point in the history
Major updates [ UI Improvements ]
  • Loading branch information
Kiran1689 authored Jan 20, 2024
2 parents e88474c + 5782fce commit ae91736
Show file tree
Hide file tree
Showing 27 changed files with 2,630 additions and 184 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
Expand Down
17 changes: 17 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": false,
"tailwind": {
"config": "tailwind.config.js",
"css": "app/globals.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": "tw-"
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
8 changes: 8 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}

Loading

0 comments on commit ae91736

Please sign in to comment.