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 application, written by Aurelia core team member Jeremy Danyow, who describes it as:

GistRun runs and edits GitHub Gists (surprise). GistRun is built with Aurelia, uses the GitHub API and is hosted on GitHub pages. CloudFlare provides DNS and Heroku hosts GistRun's integration with GitHub's OAuth web application flow.

Here is an example of the KendoUI component with added RUN functionality:

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

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

Last updated