This is Mohan Yin's submission for the Brigit take home project.
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone https://github.com/mohanyin/brigit-blackjack.git
this repositorycd brigit-blackjack
npm install
npm start
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
npm start
- Visit your tests at http://localhost:4200/tests.
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember build
(development)ember build --environment production
(production)