/appengine-website

My website; running on App Engine in Google Cloud.

Primary LanguageHTMLApache License 2.0Apache-2.0

App Engine Website

Build Status Codacy Badge Dependency Status

The source code for my website, running on AppEngine with a Java stack (Guice, Guava, Maven, JUnit, etc).

Running locally

  1. git clone git@github.com:Todd-Davies/appengine-website.git
  2. cd appengine-website
  3. mvn appengine:devserver
  4. Navigate to http://localhost:8000

Other juicy bits

Run the tests with mvn verify.

Deploying is done with mvn appengine:update.