npm install
npm run serve
npm run build
npm run test
npm run lint
Currently this uses a local slider module forked from hooper https://github.com/andyphillips/hooper
I'm creating PRs back to the main branch so hopefully we can just
npm install hooper
in the future. If that does not come to pass then you'll need to git clone the fork of hooper, npm install/npm run build it and then
npm install /path/to/your/build/of/the/clone/hooper --save-dev
To make it all work