Skip to content

anandfresh/Trello-board

Repository files navigation

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)