README
Facetious
A pure JavaScript library providing UI components for facet filtering/searching.
Usage Documentation and Examples
Visit https://jgolieb.github.io/facetious.
Building and Running Locally
- Clone the repo:
git clone git://github.com/jgolieb/facetious.git
Enter the
facetious
directory and runyarn
to install dependencies.Run
gulp
.
The default gulp task builds the project in the dist
directory. It also runs the demo site at http://localhost:8000.