Welcome to the brand new project for the Find A Mentor App. To develop this app we decided to go Native.
To work on the app you will need to install a couple of tools:
- XcodeGen: this tool generates the project starting from a
yml
file. This is really useful to avoid to push to the repo all the xcode projects files that usually leads to conflicts. - Cocoapods: This is the dependency manager we decided to use for the development of the app.
To set up the project on you machine, follow these steps:
- clone this repository
- navigate into the repo folder
- run the
sh make_project.sh
script
This script will create the project files, install the dependencies and open the workspace file.
The Xcode IDE should appear on the screen.
- Follow the setup process above.
- Create a new branch in your local repository
- Push your code in your branche
- create a PR and ask for someone to review your code.
Never push directly to the master branch! Thank you!