Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 755 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 755 Bytes

Reactive Retro App Build Status bitHound Overall Score

The Ionic app that runs the game.

Setup

  • Install node v4.2.2
  • npm install -g gulp ionic bower to get the basic dependencies needed.
  • Create an alias to localhost in your /etc/hosts or equivalent called retro (this will allow you to use auth0 to auth to the game using a simple alias, instead of an IP).
  • npm install && bower install to get the dependencies
  • npm start will run gulp and ionic serve and open the app in your browser.