Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 630 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 630 Bytes

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