https://github.com/steelydylan/callisto
CSS Framework
https://github.com/steelydylan/callisto
Last synced: 7 months ago
JSON representation
CSS Framework
- Host: GitHub
- URL: https://github.com/steelydylan/callisto
- Owner: steelydylan
- Created: 2014-08-25T15:08:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-15T11:33:52.000Z (over 11 years ago)
- Last Synced: 2025-02-09T00:02:14.666Z (over 1 year ago)
- Language: CSS
- Homepage: http://steelydylan.github.io/Callisto/
- Size: 1.21 MB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Callisto
========
[](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
```