The default theme for a SilverWare application, based upon:
Installation is via Composer:
$ composer require silverware/theme
You will also need to use Yarn (or NPM) to install the theme dependencies:
$ cd themes/silverware-theme
$ yarn install
Once your theme dependencies are installed, execute the following to start the webpack development server:
$ yarn start
The theme should now compile with hot module reloading enabled, allowing the browser to automatically reload
and update your styles as you make changes to the theme Sass.
To prepare your theme for production, execute the following:
$ yarn build
To use this theme with your SilverWare application, you will need to configure SSViewer
via YAML:
SilverStripe\View\SSViewer:
themes:
- 'silverware-theme'
- '$default'
Please use the GitHub issue tracker for bug reports and feature requests.
Your contributions are gladly welcomed to help make this project better.
Please see contributing for more information.
Colin Tucker | Praxis Interactive |
BSD-3-Clause © Praxis Interactive
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem