Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 709 Bytes

File metadata and controls

34 lines (22 loc) · 709 Bytes

Morpheus

The Simple Terms Control System.

Prerequisites

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

Installation

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

Running / Development

Running Tests

Building

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