Update README.md
All checks were successful
Build and Deploy Next.js + Nginx Docker Image / build-and-deploy (push) Successful in 1m0s
Build and Deploy Next.js + Nginx Docker Image / deploy (push) Successful in 7s

This commit is contained in:
Mohamad Zade 2026-07-26 15:33:05 +00:00
parent aedce66b9c
commit cd1df9771c

View File

@ -135,7 +135,13 @@ function AppHeader() {
required dependencies:
```bash
yarn add @chakra-ui/react@^2 @emotion/react@^11 @emotion/styled@^11 framer-motion@^12 @tanstack/react-query@^5 axios@^1 keycloak-js
yarn add @chakra-ui/react@^2
yarn add @emotion/react@^11
yarn add @emotion/styled@^11
yarn add framer-motion@^12
yarn add @tanstack/react-query@^5
yarn add axios@^1
yarn add keycloak-js
```
---