Skip to content
commandojs edited this page Aug 24, 2012 · 1 revision

Welcome to the commandojs wiki! This page guides how to build and run commandojs locally in Ubuntu 12.04 or similar system.

Get the building tools

To install CoffeeScript building tools, run following commands in terminal:

  • sudo apt-get install npm
  • sudo npm install -g coffee-script

Building

In the terminal, change to the commandojs source directory and run:

  • cake build

Run commandojs

Open index.html in a web browser that supports HTML5.

Clone this wiki locally