https://github.com/metafizzy/flickity-docs
:memo: documentation for Flickity
https://github.com/metafizzy/flickity-docs
Last synced: 8 months ago
JSON representation
:memo: documentation for Flickity
- Host: GitHub
- URL: https://github.com/metafizzy/flickity-docs
- Owner: metafizzy
- Created: 2015-01-18T20:04:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T13:55:14.000Z (over 2 years ago)
- Last Synced: 2025-03-13T03:22:14.254Z (over 1 year ago)
- Language: Handlebars
- Homepage:
- Size: 1.13 MB
- Stars: 28
- Watchers: 7
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flickity docs
Documentation for Flickity, the web UI library for touch, responsive, flickable carousels.
[flickity.metafizzy.co](https://flickity.metafizzy.co) or [flickityjs.com](https://flickityjs.com)
## Build
Building these docs requires [npm](https://npmjs.com), [Bower](http://bower.io), and [Gulp](http://gulpjs.com/).
``` bash
npm install
bower install
npx gulp
```
This will build the docs in `build/`.
Watch for updates to rebuild docs on the fly.
``` bash
gulp dev
```
---
By [Metafizzy](http://metafizzy.co)