https://github.com/metafizzy/packery-docs
:memo: Documentation for Packery
https://github.com/metafizzy/packery-docs
Last synced: about 1 year ago
JSON representation
:memo: Documentation for Packery
- Host: GitHub
- URL: https://github.com/metafizzy/packery-docs
- Owner: metafizzy
- Created: 2013-02-26T13:21:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T04:41:02.000Z (over 1 year ago)
- Last Synced: 2025-03-27T13:51:18.343Z (about 1 year ago)
- Language: Handlebars
- Homepage: http://packery.metafizzy.co
- Size: 696 KB
- Stars: 9
- Watchers: 5
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Packery Docs
Documentation for Packery, the bin-packing layout library.
This project does _not_ include the source for Packery. That's over in [github.com/desandro/packery](https://github.com/desandro/packery).
## Build
Building these docs requires [Bower](https://bower.io), [Gulp](https://gulpjs.com) and [npm](https://www.npmjs.com).
``` bash
npm install
bower install
gulp
```
This will build the docs in `build/`.
Watch for updates to rebuild docs on the fly.
``` bash
gulp watch
```
Run `gulp watch-dev` to build the site with JS and CSS files included separately, un-concatenated, and un-minified.
``` bash
gulp watch-dev
```