Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 856 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 856 Bytes

emberjs-calculator

A calculator created in EmberJS with themes by Gabriella Spain. See the demo

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd emberjs-calculator
  • npm install

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

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