Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 375 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 375 Bytes

knix

a small coffeescript gui framework in its infancy

screenshot

Install

# 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