Skip to content

zuzi-m/trial3

Repository files navigation

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)

About

Demo app using Ember.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published