garettB / shopify-flask-example

A simple Shopify app created using Flask and Python
Other
229 stars 66 forks source link

updated readme for clarity/fixes #12

Closed parker84 closed 2 years ago

parker84 commented 2 years ago

Fixes to the readme based on a few things:

  1. There is no longer a config.py file in the repo, so I changed references over to .env
  2. There were a few parts that were confusing/missing for me so after figuring out what to do I've added more clarification/examples around them

Testing:

Following the new instructions everything is working for me:

image
garettB commented 2 years ago

Thanks for the update @parker84 !

parker84 commented 2 years ago

Thanks for the awesome repo @garettB!