Skip to content

Commit

Permalink
[DOC] Add project setup doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Houssein committed Dec 8, 2023
1 parent 058db76 commit 2100f28
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@ Implementation of the clean architecture using:
### Android
https://user-images.githubusercontent.com/10960959/212092726-0e661257-5d7f-4efa-ac1d-908b0c4e19a4.mp4

## Porject setup
### For Android & iOS
Install JDK
### iOS
Install cocoapods
```
brew install cocoapods
```
Install pod dependencies
```
pod install
```


## Layers
Expand Down

0 comments on commit 2100f28

Please sign in to comment.