landlines icon indicating copy to clipboard operation
landlines copied to clipboard

landlines front end app

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

  1. Install the Go SDK for App Engine
  2. Update Makefile with your AppID
  3. run the command: make deploy