You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vestride_Shuffle/README.md

19 lines
927 B
Markdown

# [Shuffle](http://vestride.github.io/Shuffle)
Categorize, sort, and filter a responsive grid of items.
## Docs and Demos
[All found here](http://vestride.github.io/Shuffle)
## Shuffle 2.0
This is a large improvement to shuffle. Most notably, the ability for [masonry](http://masonry.desandro.com) layouts. Other additions include adding/removing items, enabling/disabling, multiple instances on a page, and more!
## Running locally
This project uses [Jekyll](http://jekyllrb.com/).
* Head over to [their quickstart guide](http://jekyllrb.com/docs/quickstart/) to setup jekyll.
* Install npm dependencies `npm install`.
* Run `grunt serve` to tell Jekyll to watch for changes.
* To watch for and compile changes to scss and shuffle src js files, run `grunt watch` in a separate tab.
* go to `http://localhost:4000` to see it.
11 years ago
Inspired by [Isotope](http://isotope.metafizzy.co/) and [Packery](http://packery.metafizzy.co/).