callisto is the cutting edge front-end framework for developing on the web.
- Download from GitHub:
git clone https://github.com/steelydylan/Callisto.git - Download dependencies:
$ npm install - Build Callisto:
$ grunt
Callisto/stylus: Stylus files.Callisto/dist/css: Compiled *.stylus to *.css
Callisto/
├── dist/
│ └── css/
│ └── callisto.css
│
├── stylus/
│ └── *.styl
You must install the Grunt, Bower, PhantomJS for the test.
$ npm install
$ bower install
$ grunt test