Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 641 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 641 Bytes

LiveGit

This is the source code behind livegit, using Ryan Grove's rawgit as the backend and mrdoob's htmleditor as the frontend.

Installing

  1. Install Node.js from http://nodejs.org/.

  2. Clone this git repo (fork it first if you plan to make changes).

     $ git clone git://github.com/raimo/livegit.git
    
  3. Install dependencies using npm.

     $ cd rawgit && npm install
    
  4. Start the local server.

     $ ./web.js
    
  5. Browse to http://localhost:5000/ and you should see LiveGit in action.