silverware/theme

The default theme for a SilverWare application.

Installs: 530

Dependents: 2

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Open Issues: 0

Language:CSS

Type:silverstripe-theme

1.6.0 2018-06-12 01:45 UTC

README

Latest Stable Version Latest Unstable Version License

The default theme for a SilverWare application, based upon:

Contents

Requirements

Installation

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

Usage

To use this theme with your SilverWare application, you will need to configure SSViewer via YAML:

SilverStripe\View\SSViewer:
  themes:
    - 'silverware-theme'
    - '$default'

Issues

Please use the GitHub issue tracker for bug reports and feature requests.

Contribution

Your contributions are gladly welcomed to help make this project better. Please see contributing for more information.

Attribution

Maintainers

Colin Tucker Praxis Interactive
Colin Tucker Praxis Interactive

License

BSD-3-Clause © Praxis Interactive