Skip to content

Commit

Permalink
Add sidebar and make things work
Browse files Browse the repository at this point in the history
  • Loading branch information
wseagar committed Aug 1, 2023
1 parent 32e8d08 commit 8a9e64c
Show file tree
Hide file tree
Showing 22 changed files with 3,397 additions and 329 deletions.
16 changes: 16 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/app/globals.css",
"baseColor": "slate",
"cssVariables": true
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit 8a9e64c

Please sign in to comment.