There was an error while loading. Please reload this page.
The following is a guide to help you setup your development environment.
Download Google App Engine: Google App Engine for Python
Git clone the repo willet_referrals: git clone
Create and checkout your own personal branch! Name it something cool, like, "My awesome willet branch!"
Create an app.yaml using our template: sample app.yaml
Create an util/local_consts.py using our template: sample util/local_consts.py
Maybe, create custom apps for Twitter, Facebook, etc. Add API keys/secrets to your util/local_consts.py
Create the required Shopify Apps for testing, add keys/secrets to your util/local_consts.py
Install dev SDK on your machine.
Create a Google App Engine account.
Create a new Application so that you can deploy and test! Remember what you name your app.
Register as a [Shopify Developer / Partner] (http://www.shopify.com/partners/apps).
Make a suh-weeet test store! What do you want to sell? Barbara's is here.
Make a Shopify App so you can test! Post Install Behaviour = Redirect to url. URL is http://app-engine-name.appspot.com/a/shopify?app=SIBTShopify That's all you have to edit!
Copy the API Key and Shared Secret to your util/local_consts.py file (as described above).