https://github.com/faradayio/hootroot1
Hootroot: give a hoot, green your route
https://github.com/faradayio/hootroot1
Last synced: 12 months ago
JSON representation
Hootroot: give a hoot, green your route
- Host: GitHub
- URL: https://github.com/faradayio/hootroot1
- Owner: faradayio
- Created: 2011-02-14T20:33:56.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-08-29T15:15:28.000Z (almost 14 years ago)
- Last Synced: 2025-04-02T21:37:01.347Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://hootroot.com
- Size: 2.47 MB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Setup
## Requirements
* Ruby
* [node.js](http://nodejs.org/#download)
gem install bundler
bundle update
npm install
sudo npm install -g browserify
sudo npm install -g vows
## Running
rails s
# Testing
vows
# Special packages
* [qwery](http://github.com/ded/qwery) (jQuery selector replacement)
* [bonzo](http://github.com/ded/bonzo) (jQuery DOM manipulator replacement)
* [bean](http://github.com/fat/bean) (jQuery event management replacement)
* [morpheus](http://github.com/ded/morpheus) (jQuery UI effects replacement)