项目作者: gist-run

项目描述 :
:rocket: Bring your Gists to life with GistRun
高级语言: JavaScript
项目地址: git://github.com/gist-run/gist-run.git
创建时间: 2016-02-01T18:22:08Z
项目社区:https://github.com/gist-run/gist-run

开源协议:MIT License

下载


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:

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

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

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

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

    1. gulp watch
  6. 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

shell