Skip to content

Files

Latest commit

author
Tudor Potecaru
May 13, 2015
db6c31d · May 13, 2015

History

History
35 lines (23 loc) · 730 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 730 Bytes

Notes

Ember.js application for sticky notes management.

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

Building

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