https://github.com/silverstripe/cwp-starter-theme
Highly accessible Bootstrap 4 theme which you can use as a starter for your CWP project.
https://github.com/silverstripe/cwp-starter-theme
cwp silverstripe silverstripe-theme
Last synced: 7 months ago
JSON representation
Highly accessible Bootstrap 4 theme which you can use as a starter for your CWP project.
- Host: GitHub
- URL: https://github.com/silverstripe/cwp-starter-theme
- Owner: silverstripe
- License: bsd-3-clause
- Created: 2017-11-01T02:33:56.000Z (over 8 years ago)
- Default Branch: 4
- Last Pushed: 2024-04-09T03:07:12.000Z (about 2 years ago)
- Last Synced: 2024-04-09T18:07:06.176Z (about 2 years ago)
- Topics: cwp, silverstripe, silverstripe-theme
- Language: Scheme
- Homepage:
- Size: 35.4 MB
- Stars: 5
- Watchers: 9
- Forks: 29
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# CWP Starter Theme
[](https://github.com/silverstripe/cwp-starter-theme/actions/workflows/ci.yml)
[](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)
This is the repository for the CWP "starter" theme. This theme is a highly accessible Bootstrap 4 theme which you can use as a starter for your CWP project.
The [Wātea theme](https://github.com/silverstripe/cwp-watea-theme) can be installed on top of the [Starter theme](https://github.com/silverstripe/cwp-starter-theme) (see [cascading themes](https://docs.silverstripe.org/en/developer_guides/templates/themes)) to provide a more visually appealing start to a CWP website.

## Installation
```sh
composer require cwp/starter-theme
```
## Documentation
You can find documentation on how to use this theme in the CWP Developer Documentation: [Customising the starter theme](https://www.cwp.govt.nz/developer-docs/en/2/working_with_projects/customising_the_starter_theme/).
### Development requirements
* [Node and NPM](https://docs.npmjs.com/getting-started/installing-node)
* [Laravel-Mix](https://github.com/JeffreyWay/laravel-mix) and [Webpack](https://webpack.github.io) (via NPM)
## Versioning
This library follows [Semver](http://semver.org). According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.
All methods, with `public` visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep `protected` methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.