Skip to content

Commit

Permalink
Merge pull request #11 from anurag-bit/main
Browse files Browse the repository at this point in the history
Milestone: Scaffold of Prima facia feature introduction to Blog, Picturesque-Photowall
  • Loading branch information
anurag-bit authored Mar 3, 2024
2 parents a711b34 + be87aef commit 8bd50a1
Show file tree
Hide file tree
Showing 45 changed files with 13,046 additions and 4,163 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run probe

npm run lint
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
4 changes: 0 additions & 4 deletions blog/.gitignore

This file was deleted.

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": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit 8bd50a1

Please sign in to comment.