How to use ploneorg.theme?

The plone.org theme is clean, and I'd like to use it...

I installed GitHub - plone/ploneorg.theme: Diazo theme package of the 2014 reboot of plone.org site project.

The little unicorn tells me the ploneorg theme is installed (and active):
image

But the theme renders like that:

I tried to compile the theme:
$ cd ploneorg.theme/ploneorg/theme/theme
$ npm install
$ $ grunt build
Running "less:production" (less) task

FileError: '../../bower_components/plonetheme.barceloneta/plonetheme/barceloneta/theme/less/search.plone.less' wasn't found. Tried - bower_components/plonetheme.barceloneta/plonetheme/barceloneta/theme/less/search.plone.less,bower_components/plonetheme.barceloneta/plonetheme/barceloneta/theme/less/search.plone.less,../../bower_components/plonetheme.barceloneta/plonetheme/barceloneta/theme/less/search.plone.less in less/custom_barceloneta/barceloneta.less on line 86, column 1:
85 @import "@{base-path}/discussion.plone.less";
86 @import "@{base-path}/search.plone.less";

How to fix that?

Marc

Answering to myself; all I had to do was to read the documentation:

./node_modules/bower/bin/bower install https://github.com/plone/plonetheme.barceloneta.git#1.6.15 --save
node_modules/bower/bin/bower update
grunt build