Skip to content

Commit

Permalink
Add folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
luannguyenQV authored Dec 10, 2024
1 parent 8d3f1b1 commit c933305
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,35 @@ turbo dev

# Functions

# Folder structure

├── src
│ ├── actions
│ ├── app
│ ├── configs
│ ├── constants
│ ├── emails
│ ├── font
│ ├── hooks
│ ├── i18n.ts
│ ├── libs
│ ├── messages
│ ├── middleware.ts
│ ├── molecules
│ ├── providers
│ ├── types
│ └── utils
└── types
└── next-auth.d.ts
├── package.json
├── postcss.config.js
├── tailwind.config.js
├── tsconfig.json
├── components.json
├── env.example
├── next-env.d.ts
├── next.config.mjs

## Front side functions

- [x] Register by email or github
Expand Down

0 comments on commit c933305

Please sign in to comment.