Skip to content

Commit

Permalink
Merge pull request #39 from jamakase/feature/front-basement
Browse files Browse the repository at this point in the history
Feature/front basement
  • Loading branch information
FanisNgv authored Sep 11, 2024
2 parents 9e11185 + 65b43c0 commit c25cc78
Show file tree
Hide file tree
Showing 17 changed files with 2,106 additions and 281 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src
Empty file added .npmignore
Empty file.
20 changes: 20 additions & 0 deletions frontend/components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
}
}
Loading

0 comments on commit c25cc78

Please sign in to comment.