leebivip / gist-run

:rocket: Bring your Gists to life with GistRun

Home Page:https://gist.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

Why GistRun?

todo

How does GistRun work?

todo

Running The App

To run the app, follow these steps.

  1. Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
  2. From the project folder, execute the following command:
npm install
  1. 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.

  1. Ensure that jspm is installed globally. If you need to install it, use the following command:

  2. To run the app, execute the following command:

gulp watch
  1. Browse to http://localhost:9000 to see the app. You can make changes in the code found under src and the browser should auto-refresh itself as you save files.

Publishing to GitHub Pages

About

:rocket: Bring your Gists to life with GistRun

https://gist.run

License:MIT License


Languages

Language:JavaScript 67.5%Language:HTML 26.3%Language:CSS 6.2%