Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.32 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.32 KB

Slack Status

Review or Merge branches that passed tests from your lock screen

Yo
http://docs.justyo.co/v2.0/docs/

Getting Started

You'll need:

  1. The Yo app - this works on iOS beta for now. from your iOS device go to http://justyo.co/ios
  2. CircleCI account
  3. GitHub account
  • Install pip package manager if you haven't yet:

      Linux: sudo apt-get install python-pip
      Mac: brew install python
    
  • Install virtualenv:

      sudo pip install virtualenv
    
  • Clone this repo:

      git clone git@github.com:YoApp/yo-circleci.git
      cd yo-circleci
    
  • Create a virtualenv, activate it and install dependencies:

      virtualenv env
      . env/bin/activate
      pip install -r requirements.txt
    
  • Login or signup using your personal account to https://dashboard.justyo.co/ Create client

TBC

Join our Yo Developer Program