qunabu/silverstripe-theme

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-feature/#gruntjs) of this package.

The SilverStripe Qunabu Theme Boilerplate

Maintainers

👁 qunabu

Package info

github.com/qunabu/silverstripe-theme

Language:CSS

Type:silverstripe-theme

pkg:composer/qunabu/silverstripe-theme

Statistics

Installs: 714

Dependents: 2

Suggesters: 0

Stars: 1

Open Issues: 0

dev-feature/#gruntjs 2017-05-22 09:17 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unknown License 37342027eb00f42b4334e97058e3b9c1c73e16c1

themesilverstripe

This package is auto-updated.

Last update: 2023-03-20 09:48:34 UTC


README

to install

  • this is part of qunabu installer, should be installed already when using installer with composer create

to install manually

  1. download zip file (or fork)
  2. do not clone, since this is just a bootstrap and must be developed.
  3. rename silverstripe-theme to your-name, then
  4. set its name in mysite/_config/config.yml (replace 'simple' with 'your-name').
  5. Next flush=1 your site and your empty theme is switched on.

npm tasks

  1. install deps with npm i
  2. run dev watch mode npm run watch
  3. build with npm run build