Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 813 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 813 Bytes

Trello Board

This is a simple implementation of a Trello board in Emberjs.

Prerequisites

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

Installation

  • bower install
  • 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)