Bustle-clone

This is a clone of the popular website "http://www.bustle.com/" made from Ember.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Running Tests

  • ember test
  • ember test --server

Further Reading / Useful Links