Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (18 loc) · 429 Bytes

README.rst

File metadata and controls

33 lines (18 loc) · 429 Bytes

plone.app.angularjs

Experimental AngularJS-based front end for the Plone CMS.

Install Bower:

$ sudo npm install -g bower

Install Grunt:

$ sudo npm install -g grunt-cli

Run buildout:

$ python bootstrap.py
$ bin/buildout

Buildout will run "bower install" to install all js dependencies defined in bower.json.