Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.3 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.3 KB

brigit-blackjack

This is Mohan Yin's submission for the Brigit take home project.

Prerequisites

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

Installation

  • git clone https://github.com/mohanyin/brigit-blackjack.git this repository
  • cd brigit-blackjack
  • npm install

Running / Development

Running Tests

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

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

Further Reading / Useful Links