Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.06 KB

Predictor

EmberLondon Project Night of Thursday, 16th of June 2016, Hosted by and at ShowMyHomework.
Football Predictor game. Based on BBC's football predictor.

Prerequisites

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

Installation

  • git clone https://github.com/emberlondon/predictor-frontend.git this repository
  • cd predictor-frontend
  • npm install
  • bower install

Additional Installations

The app has a custom api which you can download here: https://github.com/emberlondon/predictor-api

Running / Development

Before running the app, you will have to complete the installation of the custom api.

Running Tests

  • ember test