Swiper's website to use these docs offline
Run npm install
under root dir to install npm packages.
Then, you can use Gulp to compile Less and Pug files.
gulp tasks list
gulp server
: run the website on a local web servergulp pug
: compile Pug files to HTMLgulp less
: compile Less files to CSSgulp build
: compile both Pug and LESS files
All HTML and CSS changes should be commited to src/
files only!