-
Notifications
You must be signed in to change notification settings - Fork 18
HOME
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.
To install CoffeeScript building tools, run following commands in terminal:
- sudo apt-get install npm
- sudo npm install -g coffee-script
In the terminal, change to the commandojs source directory and run:
- cake build
Open index.html in a web browser that supports HTML5.