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
- Host: GitHub
- URL: https://github.com/monsterkodi/knix
- Owner: monsterkodi
- Created: 2015-01-29T17:59:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T21:56:06.000Z (over 9 years ago)
- Last Synced: 2024-12-29T14:48:15.275Z (about 1 year ago)
- Topics: coffee-script, gui-framework
- Language: CoffeeScript
- Homepage: http://monsterkodi.github.io/knix/
- Size: 3.68 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# knix
a small coffeescript gui framework in its infancy

## 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
```