We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.husky
postman
1 parent 8590df9 commit 7b635abCopy full SHA for 7b635ab
README.md
@@ -41,7 +41,9 @@ Campus Hub is a monorepo managed by [Turborepo](https://turbo.build/repo). The m
41
├── .github # GitHub Actions CI/CD workflows
42
│ └── workflows # CI with pnpm cache setup
43
│
44
+├── .husky # Git pre-commit hooks for commit messages and linting
45
├── .vscode # Recommended extensions and settings for VSCode
46
+├── postman # Postman collection for API testing and documentation
47
48
├── apps # Main applications under the monorepo
49
│ ├── student # Next.js app for the Student Portal
0 commit comments