Land Lines
This is the source code for Land Lines. For more information about how the project came together, check out the case study.
To run the site locally
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/
Deployment to App Engine
- Install the Go SDK for App Engine
- Update Makefile with your AppID
- run the command:
make deploy