The easiest way to do this if you run any modern Unix is to chdir to the local Lux repository and run python -m SimpleHTTPServer 8888 Then simply point your browser at http://localhost:8888/demos. Development Setup If you want to fix a bug on Lux or extend it somehow, you'll ...