praxisnetau / silverware-theme

The default theme for a SilverWare application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SilverWare Theme

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

About

The default theme for a SilverWare application

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:CSS 48.5%Language:Scheme 31.6%Language:JavaScript 19.8%