/browl

Simple Ember.js blog.

Primary LanguageJavaScriptMIT LicenseMIT

Browl Browl Build Status

Simple blog built with Ember.js. Live demo. Backend repository available here.

Features

  • markdown support
  • live preview

Setup

Assuming you have node installed.

Install the Grunt command-line tool globally (you might have to use sudo depending how you installed node.js)

npm install -g grunt-cli

...then

npm install

Usage

Development server

grunt server

Run tests

grunt