From 1384667bfdad7fa29ae22eda0e0468e5d0c99863 Mon Sep 17 00:00:00 2001 From: Mihai Parparita Date: Fri, 1 Aug 2014 21:29:18 -0700 Subject: [PATCH] Add basic README. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..670c8be --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# GitHop + +Service that shows you your GitHub commits from a year ago. Includes a mail digest to that you can see each day what you were up to in the past. + +## Running Locally + +First, [install the Go App Engine SDK](https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Go). Then run: + +``` +dev_appserver.py --enable_sendmail=yes app +``` + +The server can the be accessed at [http://localhost:8080/](http://localhost:8080/). + +## Deploying to App Engine + +``` +goapp deploy -oauth app +```