Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.16 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.16 KB

Women Who Code Logo

What is WWCodeDFW?

iOS app for Women Who Code DFW

Design vision: https://invis.io/SFDV9GZW9#/257460173_Jobs_Page

Getting Started with the Project

https://medium.com/@laurrenreed_40373/getting-started-with-wwcodedfw-ios-workspace-706099108f10

  1. Clone down the repo. See this article for help.
$ git clone [email protected]:laurrenreed/WWCodeDFW.git
$ cd WWCodeDFW
  1. Update cocoapods. Cocoapods has great documentation here and here in the event that you get lost.
# Make sure you are running this in the `WWCodeDFW` directory we cd'd into above.
$ pod update

If you get a message similar to bash: pod: command not found then you need to run sudo get install cocoapods to install cocoapods.

  1. Open WWCodeDFW.xcworkspace in Xcode
  2. Build the workspace! (press the play button, or command+r to build)

Minimum development requirements

Xcode: 8.3

Swift: 3.x

cocoapods: 1.3.1