Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,15 @@ and open http://localhost:3000/ to see this app.
.
├── .github # GitHub folder
├── .husky # Husky configuration
├── prisma # Prisma schema and migrations
├── drizzle # Drizzle migrations and metadata
├── drizzle.config.ts # Drizzle Kit configuration
├── public # Public assets folder
└── src
├── __tests__ # Unit and e2e tests
├── actions # Server actions
├── app # Next JS App (App Router)
├── components # React components
├── lib # Functions and utilities
├── lib # Functions, utilities, and Drizzle schema
├── styles # Styles folder
└── env.mjs # Env variables config file
```
Expand Down Expand Up @@ -133,4 +134,4 @@ To contribute, please follow these steps:

If you liked the project, I will appreciate if you leave a star. 🌟😊

Made by <a href="https://michalskolak.netlify.app/">Michał Skolak</a>
Made by <a href="https://michalskolak.netlify.app/">Michał Skolak</a>