Get started now with just 3 steps:
You can just download the project with these docs or feel free to check out the Github page and clone it.
Unfortunately, all browsers consider AJAXing local files to be a security threat if not in a server environment. It’s super easy to solve this though. If you’re on a Mac, just open terminal, drag your prototype folder onto the terminal icon in your doc and run this command:
python -m SimpleHTTPServer
Alternatively, turning on web sharing, using MAMP or any other server will work. If you’re on a Windows machine...
However you set up your simple server, just point your browser at the appropriate localhost port and you should see the Glue docs. For reference, the standard python server URL will be localhost:8000.