Use the ready (pre-compiled) templates of different versions from the folder /dist/sites/
Or
Install latest Node.js from here https://nodejs.org;
Install Bower npm install --global bower gulp
;
Install Node modules npm install
;
Install project dependencies bower install
;
Run gulp gulp
(builds to /dist/);
If a browser did not open automatically, please open http://localhost:9000 in any browser.