An open API service indexing awesome lists of open source software.

https://github.com/steelydylan/callisto

CSS Framework
https://github.com/steelydylan/callisto

Last synced: 7 months ago
JSON representation

CSS Framework

Awesome Lists containing this project

README

          

Callisto
========
[![Build Status](https://api.travis-ci.org/steelydylan/Callisto.svg?branch=master)](https://travis-ci.org/steelydylan/Callisto)

[callisto](http://steelydylan.github.io/Callisto/) is the cutting edge front-end framework for developing on the web.

Quick start
-----------

* Download from GitHub: `git clone https://github.com/steelydylan/Callisto.git`
* Download dependencies: `$ npm install`
* Build Callisto: `$ grunt`

### What's included

* `Callisto/stylus`: [Stylus](http://learnboost.github.io/stylus/) files.
* `Callisto/dist/css`: Compiled *.stylus to *.css

```
Callisto/
├── dist/
│ └── css/
│ └── callisto.css

├── stylus/
│ └── *.styl
```

### How to test
You must install the [Grunt](http://gruntjs.com), [Bower](http://bower.io), [PhantomJS](http://phantomjs.org) for the test.

```
$ npm install
$ bower install
$ grunt test
```