Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.06 KB

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 [email protected]: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.