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

https://github.com/monsterkodi/knix

coffeescript gui framework in its infancy
https://github.com/monsterkodi/knix

coffee-script gui-framework

Last synced: 8 months ago
JSON representation

coffeescript gui framework in its infancy

Awesome Lists containing this project

README

          

# knix
a small coffeescript gui framework in its infancy

![screenshot](http://monsterkodi.github.io/knix/images/knix07.png)

## Install

```sh
# install the grunt and bower command line tools globally
npm install -g grunt-cli bower

# install the npm dependencies locally
npm install

# install the bower packages locally
bower install

# build the sources
grunt build
```