Skip to content

Commit

Permalink
Merge pull request #3 from hack4impact-calpoly/ui-setup
Browse files Browse the repository at this point in the history
UI setup
  • Loading branch information
ryanhu021 authored Jan 5, 2024
2 parents 9941afd + 93a950d commit 9b84549
Show file tree
Hide file tree
Showing 61 changed files with 6,585 additions and 98 deletions.
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"suhelmakkad.shadcn-ui"
]
}
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": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/styles/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit 9b84549

Please sign in to comment.