###Use Google App Engine as a Budget CDN
**Prereq:** - OSX - Homebrew - Google App Engine
**1. Set up an App Engine Project** - https://appengine.google.com
2. Install Google App Engine via Homebrew
brew install google-app-engine
3. Add app.yaml to a project folder on your local machine
4. Push your code to the cloud
cd /path/to/your/project-folder
appcfg.py --oauth2 update .
5. All Done
6. Need to update? Just push your files again!
appcfg.py --oauth2 update /path/to/your/project-folder
πππ
1. Grab your code from the cloud
cd /path/to/your/project-folder
appcfg.py --oauth2 download_app -A yourAppID ~/path/to/your/project-folder