/ember-poe

Simple Markdown editor Ember Application using localStorage

Primary LanguageCSSOtherNOASSERTION

Poe

This is an Ember demo application assignment for the Puerto Rico Ember.js User Group. It's a very simple Markdown document editor built on top of Brunch with Ember Reloaded skeleton for Brunch.

Chrome app: Poe: Markdown Editor

Demo: ember-poe

Screenshots

Documents Document

Start here

Install Brunch.

npm install -g brunch

Install Bower.

npm install -g bower

Clone the repo, install dependencies, run.

git clone git@github.com:jpadilla/ember-poe.git
cd ember-poe
npm install
bower install
brunch w -s

Open http://localhost:3333.