- clone the project
- install homebrew, checkout homebrew to install
- install ruby
brew install ruby@2.6.3
- install bundle
/usr/local/bin/gem install bundler
- install all gems
bundle install
- generate project
xcodegen generate
- install CocoaPods gems
bundle exec pod install
- if swiftLint doesn't show the warnning, follew swiftLint to set up swiftLint