An open API service indexing awesome lists of open source software.

https://github.com/strvcom/ios-academy-2022

Repository for STRV Academy: Becoming an iOS Engineer 2022
https://github.com/strvcom/ios-academy-2022

ios ios-learning

Last synced: about 1 year ago
JSON representation

Repository for STRV Academy: Becoming an iOS Engineer 2022

Awesome Lists containing this project

README

          

# STRV Academy: Becoming an iOS engineer

Repository for STRV Academy: Becoming an iOS Engineer 2022. Here you can find the project that is being developed during the lectures and other complementary resources. You can find more structured info in the [Wiki](../../wiki).

## Getting started

Follow this section to get the project running on your MacBook.

### Prerequisites

- [Xcode 13.4+](https://apps.apple.com/us/app/xcode/id497799835)
- [CocoaPods](https://cocoapods.org)

### Installation Rick&Morty application

Before opening the workspace, make sure you install CocoaPods dependencies. You can do so by executing

```ruby
pod install
```

in the Rick&Morty folder from Terminal.