The Ionic app that runs the game.
- 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 calledretro
(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 dependenciesnpm start
will rungulp
andionic serve
and open the app in your browser.