You need node.js, bower and gulp installed. When you resolve these dependencies enter root and:
# Install all node dependencies (like Gulp and all required Gulp plugins)
npm install
# Install all dependencies (like jQuery, Crossroutes, etc.)
bower install
# Starts a static web server and live reload
gulp watch
open http://localhost:55555/- Insert JSON object with id, title and description of the game at
/games/games.json. - Add folder named after the game id. The folder should contain
index.htmlfile, which keeps references to all scripts and styles used.
Note your game will be visible inside an iframe, which means that you won't have direct access to the document of the web page.
The project is being developed under the terms of the MIT license.