iOS app for Women Who Code DFW
https://projects.invisionapp.com/d/main/default/#/console/12233982/257460167/preview
Getting Started with the Project - https://medium.com/@laurrenreed_40373/getting-started-with-wwcodedfw-ios-workspace-706099108f10
- Clone down the repo - https://help.github.com/articles/cloning-a-repository/
- Update cocoapods - If you are new to coacopods, you'll need to run 'sudo gem install cocoapods' in your terminal. If you get lost, Cocoapods has some great documentation. a. https://guides.cocoapods.org/using/getting-started.html b. https://guides.cocoapods.org/using/using-cocoapods.html After cocoapods is installed, navigate to the directory your WWCodeDFW xcode project is located in. My pathway looks like this '/Users/lulu/development/wwcodedfw/wwcodedfw'. Run 'pod update' in terminal.
- Open the WWCodeDFW.xcworkspace
- Build the workspace! (press the play button, or command+r to build)
Pods Usage
- Snapkit - https://github.com/SnapKit/SnapKit
- Alamofire - https://github.com/Alamofire/Alamofire
- SwiftLint - https://github.com/realm/SwiftLint