Skip to content

Commit

Permalink
proj struct
Browse files Browse the repository at this point in the history
  • Loading branch information
dinoDanic committed Mar 3, 2024
1 parent 5213b38 commit 61055c9
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bible/app/bible/project-structure/module/exmaple.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# bad

<todo. ... /> no cmp
Developer experiance

# module/todo/index.tsx

Expand Down
39 changes: 39 additions & 0 deletions apps/bible/docs/project-structure.md
Original file line number Diff line number Diff line change
@@ -1 +1,40 @@
## Project Structure

# Example 1

### Link

https://tree.nathanfriend.io/?s=(%27opt7s!(%27fancy!true~fullPath4~trailingSlash4~rootDot4)~9(%279%27root2app*8*%20%5B%3A8-id%5DBpage.tsx26ui3shadcnAprimitives5typography5layouts2features3same%20as%20mCuleAnavigat7*sidebar2mCules*auth*user*8B60cardsBapiBhooksBact7sBtypes2hooks2api2public2site%27)~vers7!%271%27)*200%20%202%5Cn03%20%7B4!false53kCiuiA6components*7ion8tCo9source!A%7D*B*0Cod%01CBA987654320*

### Tree

root
├── app
│ └── todo
│ └── [:todo-id]
│ └── page.tsx
├── components
│ ├── ui (shadcn)
│ ├── primitives (kodiui)
│ ├── typography (kodiui)
│ └── layouts
├── features (same as module)
│ ├── navigation
│ └── sidebar
├── modules
│ ├── auth
│ ├── user
│ └── todo
│ ├── components
│ ├── cards
│ ├── api
│ ├── hooks
│ ├── actions
│ └── types
├── hooks
├── api
├── public
└── site


### Notes

0 comments on commit 61055c9

Please sign in to comment.