Created by Jose Dominguez / @josmasflores
          git clone https://github.com/YOUR_USER_NAME/appinventor-sources.git
          
          # Clones your fork of the repository into the current directory in terminal
        
        
        
            $ cd appinventor-sources
          
          
            $ git remote add upstream https://github.com/mit-cml/appinventor-sources.git
          
        
        
        
            $ cp sample-.gitignore .gitignore
          
        
        
        
              $ git submodule update --init
            
          
  
          
          
              $ cd appinventor
            
            
              $ ant MakeAuthKey
            
          
  
          
        
            $ ant 
          
        
        
        
            $ google-cloud-SDK-folder/bin/java_dev_appserver.sh 
            --port=8888 --address=0.0.0.0 appengine/build/war/
          
        Note that you will need to download  Cloud SDK | App Engine
          for Java, and these routes are relatives to the path of your AppEngine installation
        
        
        
            $ cd appinventor/buildserver 
          
          
            $ ant RunLocalBuildServer
          
          The build server is needed to create apk files
        
        
        Navigate to localhost:8888
Checkout the App Inventor Developer Overview for more information about the overall architecture of the system.
Feel free to contact the Open Source group for any additional information
