Skip to content

brzpegasus/ember-nw-markdown

Repository files navigation

Ember NW.js Markdown Editor

A GitHub-flavored markdown editor built with Ember and NW.js.

This project serves as an example for how you could develop a native desktop application using NW.js and Ember. It also makes use of the ember-cli-node-webkit addon for all build and packaging needs.

Markdown Editor

Prerequisites

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

Installation

git clone git@github.com:brzpegasus/ember-nw-markdown.git
cd ember-nw-markdown
npm install
bower install

Running in NW.js

  • ember nw

Running in the Browser