First, install the required packages by running the following command:
npm install
For local development, you can start the development server by running:
npm run watch
If you only need to generate the production build, use:
npm run build
If the parent project specifies this repository as a submodule, you can clone both simultaneously using:
git clone --recursive https://github.com/YOURREPO
If you prefer not to use this as a submodule, navigate to the directory where you want to install the package. Then run:
npm install
npm run build
- move facet values to Facet classes. This way we can finegrain the way the values are handled, for example after a reset when the ListFacet values have been set to 'show all', we want to show all the values instead of the initial config.size amount.
- move handling of list facet values to list facet class?
- add full text value to active filters (with full text it is just says: 'clear all' now)