@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd `dirname $0`/../../
+node utils/servers/simplehttpserver.js
@@ -0,0 +1,5 @@
+perl -MIO::All -e 'io(":8080")->fork->accept->(sub { $_[0] < io(-x $1
++? "./$1 |" : $1) if /^GET \/(.*) / })'
+python -m SimpleHTTPServer
@@ -0,0 +1 @@
+For more information about running files locally, visit https://github.com/mrdoob/three.js/wiki/How-to-run-things-locally
+ruby -r webrick -e "s = WEBrick::HTTPServer.new(:Port => 8000, :DocumentRoot => Dir.pwd); trap('INT') { s.shutdown }; s.start"