I was playing with mockup but I failed to build it succesfully following the instructions on the github, i.e.:
git clone https://github.com/plone/mockup.git
cd mockup
make bootstrap
To build it I add to modify bower.json:
diff --git a/bower.json b/bower.json
index 0099eb8..e04b26d 100644
--- a/bower.json
+++ b/bower.json
@@ -6,9 +6,9 @@
"backbone": "1.1.2",
"backbone.paginator": "0.8.1",
"bootstrap": "3.2.0",
- "console-polyfill": "0.1.2",
+ "console-polyfill": "0.1.1",
"dropzone": "3.10.2",
- "es5-shim": "4.0.3",
+ "es5-shim": "4.0.1",
"jqtree": "0.22.0",
"jquery": "1.11.1",
"jquery-form": "3.46.0",
Is it a problem of my local installation?