This is the source code behind livegit, using Ryan Grove's rawgit as the backend and mrdoob's htmleditor as the frontend.
-
Install Node.js from http://nodejs.org/.
-
Clone this git repo (fork it first if you plan to make changes).
$ git clone git://github.com/raimo/livegit.git
-
Install dependencies using npm.
$ cd rawgit && npm install
-
Start the local server.
$ ./web.js
-
Browse to http://localhost:5000/ and you should see LiveGit in action.