This is the source code for Land Lines. For more information about how the project came together, check out the case study.
You can run a simple python server to host the site
pushd www; python -m SimpleHTTPServer; popd
which you can reach at http://localhost:8000/
- Install the Go SDK for App Engine
- Update Makefile with your AppID
- run the command:
make deploy