This is a work in progress, not much is done at this point, but if you still want to try it here's how to build it:
First install all the dependencies
npm install
Then build it using gulp
gulp build
If you don't have gulp globally installed you can also start the build using npm
npm run-script build