The Simple Terms Control System.
You will need the following things properly installed on your computer.
git clone <https://github.com/preigile/morpheus>this repository- change into the new directory
npm installbower install
ember server- Visit your app at http://localhost:4200.
ember testember test --server- Visit http://localhost:4200/tests.
ember build(development)ember build --environment production(production)