Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 910 Bytes

File metadata and controls

36 lines (22 loc) · 910 Bytes

Editor-notes

A simple note editor where you can create, view and delete your notes. The data is stored in the cloud, so that even after a long time, you will be able to return to what was once written.

Prerequisites

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

Installation

  • git clone <https://github.com/preigile/editor-notes.git> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Running Tests

Building

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