Mobify.js is a client side adaptation framework for quickly adapting websites to support mobile and tablet devices.
This repository contains the Mobify.js core. The Mobify Client is required to compile the core.
To get started with Mobify.js, follow the instructions on mobifyjs.com.
make
Running the tests requires PhantomJS:
make test
The compiled documentation for Mobify.js can be found online at mobifyjs.com.
To compile the documentation yourself, install Jekyll
and run it from www
folder:
gem install jekyll
cd www
jekyll --server --auto
Then navigate to http://localhost:4000/mobifyjs/docs/.