If you are looking for the game development tutorial, please head up to Phune Gaming game development tutorial.
To build the site locally please read the following subsections.
This documentation is built with Jekyll. It you don't have Jekyll installed please read the Jekyll Installation page to install it, or alternatively, read How to Run Jekyll on Windows.
With Jekyll installed, install all the required additional Ruby Gems by running:
$ gem install bundler
$ bundle install
It also uses Foundation with Compass as the base front-end framework. In order to build the project please install the projects below.
Install Foundation dependency with Bower:
$ bower install
In order to build the documentation site run:
$ jekyll build --watch
# => The current folder will be generated into ./_site,
# watched for changes, and regenerated automatically.
Jekyll also comes with a built-in development server that will allow you to preview what the generated site will look like in your browser locally:
$ jekyll serve --watch
# => A development server will run at http://localhost:4000/,
# watched for changes, and regenerated automatically.
Build Jekyll site locally and push it up to the origin/gh-pages branch using Rake:
$ rake
Copyright (c) 2014 Present Technologies
Licensed under the MIT license.