Skip to content

ekylibre/zero-ios-v3

Repository files navigation

Clic&Farm for iOS

Download on the App Store.

Installation

Node environment

Install nodenv to manage node environment :

brew install nodenv

Add nodenv to your $PATH :

echo 'export PATH="$HOME/.nodenv/bin:$PATH"' >> ~/.bash_profile

Then, install latest node LTS (recommended for Apollo GraphQL) :

nodenv install

To get started, you will need to install carthage (brew install carthage), then run these instructions:

  1. git clone git@github.com:ekylibre/zero-ios-v3.git
  2. cd zero-ios-v3
  3. Create oauthInfo.plist file in Resources group, add login informations to this file
  4. carthage update
  5. open Clic\&Farm-iOS.xcodeproj/

Sreenshots