Skip to content
automata edited this page Apr 17, 2012 · 2 revisions

To start hacking iframework you'll need node and uglify installed. Let's start with node:

git clone https://github.com/joyent/node.git
cd node
./configure
make
sudo make install

Installing uglify is simple:

sudo npm install uglify-js -g

Now fork your own iframework or just clone it:

git clone https://github.com/meemoo/iframework.git

Happy hacking!

Clone this wiki locally