Framework7's website to use these docs offline
http://www.idangero.us/framework7/
exec npm install
under root dir to install npm packages.And then, you can use grunt to compile less and jade files, read more about Grunt.
grunt tasks list
grunt
: compile every thing, include all jade and less filegrunt watch
: watch file change and auto compile the changed file