GPL (see LICENSE)
Install Git if you haven't already Download Nodejs and npm if you don't have them
git clone https://github.com/gemini/explorer.git
This is set in app/app.js for now..
npm start
(All dependencies will be automatically downloaded)
Visit http://localhost:8000 in your browser of choice.
You might get an error message:
geth --rpc --rpccorsdomain "http://localhost:8000"
Install geth if you don't already have it, then run the above command.
Then refresh the page in your browser