Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1002 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 1002 Bytes

trial3

This is the third trial application implementing the PV energy calculator. The code implementing the logic is in this commit.

Prerequisites

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

Installation

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

Running / Development

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

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