/infinite-carousel

An infinite carousel

Primary LanguageCoffeeScript

An infinite carousel

Written with jQuery. To get started first you need to download jQuery and Handlebars into components/jquery/ or save yourself some time and effort and use a dependancy manager, such as Bower: make install and once that's done compile all the things by running: make compile.

Then run index.html in your favourite browser.

Testing

Install expect by running: npm install expect and run the tests using Mocha: make