Get started now with just 3 steps:

  1. 1. Download or clone Glue

    You can just download the project with these docs or feel free to check out the Github page and clone it.

  2. 2. Run a server of any kind (don’t worry, it’s easy)

    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...

  3. 3. Open your browser and go to your server address

    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.