Skip to content
briangu edited this page May 12, 2012 · 1 revision

Welcome to GENtle2!

Getting started is pretty easy. The code in GENtle2 is an HTML5 web project, so most of it runs in your browser. However, you still need a web server to make it work.

Running GENtle2 on localhost:

  1. clone localhost.io @ https://github.com/briangu/localhost.io
  2. deploy GENtle2

java -jar localhost.io/dist/localhost-server.jar GENtle2/

  1. goto the GENtle2 page at http://localhost:8080

Clone this wiki locally