Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 981 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 981 Bytes

trial1

This app was done as an assignment. To test it, follow install and test instructions below. The code that implements the assignment is in the commit beacd07cd43eb33fb6316ef905a696e894e92afb.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd trial1
  • 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)