Skip to content
VignesH KumaR edited this page Jun 7, 2019 · 1 revision

ember-octane-gist-it

Build Status

License: GPL v3

Twitter URL

A browser based personal gist/ code snippet manager, built with latest Ember Octane, with integrated Visual Studio Code for code editing, support for dark mode and offline capability.

Check out the app : https://gists.surge.sh/

Features

  • Ember Octane conventions
  • VS Code integrated code editor
  • Runs on LocalStorage
  • Auto / Dark Mode
  • Auto mode - Set mode based on the OS setting (Ex: Dark Mode in macOS Mojave )
  • Offline support

Themes

  • Default / Auto

Light Theme

  • Dark Theme

Dark Theme

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd gist-it-octane
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Travis CI Integration takes care of automatic deployment on every PR merge to master.

Further Reading / Useful Links