:rocket: Bring your Gists to life with GistRun
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.
Many thanks to the providers of these free libraries and services!
todo
todo
To run the app, follow these steps.
From the project folder, execute the following command:
npm install
Ensure that Gulp is installed globally. If you need to install it, use the following command:
npm install -g gulp
Note: Gulp must be installed globally, but a local version will also be installed to ensure a compatible version is used for the project.
Ensure that jspm is installed globally. If you need to install it, use the following command:
To run the app, execute the following command:
gulp watch
src
and the browser should auto-refresh itself as you save files.shell