Skip to content

ksuess/rohberg.bergluft

Repository files navigation

rohberg.bergluft

Plone Theme

Installation

Install rohberg.bergluft by adding it to your buildout:

[buildout]

...

eggs =
    rohberg.bergluft

and then running bin/buildout

Contribute

License

The project is licensed under the GPLv2.

Developing with Gulp

Global installation of gulp:

$ sudo npm install --global gulp

Install node_modules locally:

$ npm install

Start watching:

$ gulp watch

Now http://localhost:3000 opens in default browser.