qunabu / silverstripe-theme
The SilverStripe Qunabu Theme Boilerplate
Installs: 714
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:silverstripe-theme
Requires
- php: >=5.5.1
- composer/installers: *
Requires (Dev)
- phpunit/phpunit: ~4.8
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
- download zip file (or fork)
- do not
clone
, since this is just a bootstrap and must be developed. - rename
silverstripe-theme
toyour-name
, then - set its name in
mysite/_config/config.yml
(replace 'simple' with 'your-name'). - Next
flush=1
your site and your empty theme is switched on.
npm tasks
- install deps with
npm i
- run dev watch mode
npm run watch
- build with
npm run build