Deck Builder

Generic deck builder front-end.

Prerequisites

Installation

  • git clone <repository-url> this repository
  • cd deck-builder
  • yarn install

Running / Development

Running Tests

  • yarn test
  • yarn test --server

Linting

  • yarn lint:hbs
  • yarn lint:js
  • yarn lint:js -- --fix

Building

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