All Projects → gist-run → Gist Run

gist-run / Gist Run

Licence: mit
🚀 Bring your Gists to life with GistRun

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gist Run

Code Notes
A simple code snippet & gist manager for developers built with Electron & Vue.js 🚀
Stars: ✭ 919 (+659.5%)
Mutual labels:  gist, editor
Stackedit
In-browser Markdown editor
Stars: ✭ 18,744 (+15390.91%)
Mutual labels:  gist, editor
Mak
A universal notepad. (WIP)
Stars: ✭ 270 (+123.14%)
Mutual labels:  gist, editor
Kodeweave
HTML/CSS/JS and Markdown Playground For Web Designers and Developers
Stars: ✭ 87 (-28.1%)
Mutual labels:  gist, editor
Pxt
Microsoft MakeCode (PXT - Programming eXperience Toolkit)
Stars: ✭ 1,649 (+1262.81%)
Mutual labels:  editor
Macgist
Simple app to send pasteboard items to GitHub's Gist
Stars: ✭ 110 (-9.09%)
Mutual labels:  gist
Flutter crop
Crop any widget/image in Android, iOS, Web and Desktop with fancy and customizable UI, in pure Dart code.
Stars: ✭ 107 (-11.57%)
Mutual labels:  editor
Hydra
A simple customizable cross-platform IDE
Stars: ✭ 109 (-9.92%)
Mutual labels:  editor
Ycmd
A code-completion & code-comprehension server
Stars: ✭ 1,575 (+1201.65%)
Mutual labels:  editor
Mg
Micro (GNU) Emacs-like text editor ❤️ public-domain
Stars: ✭ 117 (-3.31%)
Mutual labels:  editor
Wonder Editor
Functional 3D Webgl Editor
Stars: ✭ 113 (-6.61%)
Mutual labels:  editor
Md
✍ 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 所有基础语法、色盘取色、一键复制并粘贴到公众号后台、多图上传、一键下载文档、自定义 CSS 样式、一键重置等特性
Stars: ✭ 2,242 (+1752.89%)
Mutual labels:  editor
Unityelevatorcompiler
A plugin that plays elevator music while Unity compiles your code.
Stars: ✭ 114 (-5.79%)
Mutual labels:  editor
Albumcamerarecorder
一个高效的多媒体支持操作库,可多方面的简单配置操作相册、拍照、录制、录音等功能。也支持配套使用的展示图片、视频、音频的九宫格功能。 (An efficient multimedia support operation library, can be a variety of simple configuration operation album, photo, recording, recording and other functions.Also support supporting the use of the display of pictures, video, audio of the nine grid function.)
Stars: ✭ 106 (-12.4%)
Mutual labels:  editor
Go Plus
An Enhanced Go Experience For The Atom Editor
Stars: ✭ 1,519 (+1155.37%)
Mutual labels:  editor
Graphviz.it
Graphviz fiddling website
Stars: ✭ 109 (-9.92%)
Mutual labels:  editor
Homerougheditor
Floorplan editor SVG to create houseplan and homeplan with Javascript for client
Stars: ✭ 112 (-7.44%)
Mutual labels:  editor
Neatvi
A small vi/ex editor for editing bidirectional UTF-8 text
Stars: ✭ 116 (-4.13%)
Mutual labels:  editor
Tikzcd Editor
A simple visual editor for creating commutative diagrams.
Stars: ✭ 1,627 (+1244.63%)
Mutual labels:  editor
Vim Kubernetes
vim-kubernetes
Stars: ✭ 112 (-7.44%)
Mutual labels:  editor

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



Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].