The Ionic app that runs the game.
- Install node v4.2.2
npm install -g gulp ionic bowerto get the basic dependencies needed.- Create an alias to localhost in your
/etc/hostsor equivalent calledretro(this will allow you to use auth0 to auth to the game using a simple alias, instead of an IP). npm install && bower installto get the dependenciesnpm startwill rungulpandionic serveand open the app in your browser.