> For the complete documentation index, see [llms.txt](https://aurelia-ui-toolkits-1.gitbook.io/kendoui-bridge-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aurelia-ui-toolkits-1.gitbook.io/kendoui-bridge-docs/developers-notes/running-gists.md).

# Running gists

*Application Developer notes*

## 5.4 Running gists

This section contains information on the newly added feature which allow you to **RUN** any example available in this application, by invoking the [**GistRun**](https://gist.run/) application, written by Aurelia core team member Jeremy Danyow, who describes it as:

> [GistRun](https://gist.run) runs and edits [GitHub Gists](https://gist.github.com/) (surprise). GistRun is built with [Aurelia](http://aurelia.io), uses the [GitHub API](https://developer.github.com/v3/) and is hosted on [GitHub pages](https://pages.github.com/). [CloudFlare](https://www.cloudflare.com/) provides DNS and [Heroku](https://www.heroku.com/) hosts GistRun's integration with GitHub's OAuth [web application flow](https://developer.github.com/v3/oauth/#web-application-flow).

Here is an example of the KendoUI component with added **RUN** functionality: \ <br>

![](https://cloud.githubusercontent.com/assets/2712405/14656886/2a8d564c-0658-11e6-835a-8c0e6c0e723e.png)

Click on the **RUN** button results with this specific grid example running as a gist in the new browser tab: \ <br>

![](https://cloud.githubusercontent.com/assets/2712405/14657403/b5bf3ade-065b-11e6-9a2b-e2e5d1928c8e.png)

This allows for a great deal more experimentation with any KendoUI component in a completely interactive way.
