Skip to content

Commit

Permalink
Merge branch '4.0' into 4
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed May 4, 2023
2 parents 38a14f5 + b212372 commit 28fa092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@

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/4/developer_guides/templates/themes)) to provide a more visually
[cascading themes](https://docs.silverstripe.org/en/developer_guides/templates/themes)) to provide a more visually
appealing start to a CWP website.

![Screenshot](docs/images/screenshot.jpg)

## Installation

Install this theme module with Composer:

```
```sh
composer require cwp/watea-theme
```

Expand All @@ -26,13 +24,6 @@ You can find documentation on how to use this theme in the CWP Developer Documen
You may also find the documentation for the Starter theme useful:
[Customising the starter theme](https://github.com/silverstripe/cwp/blob/master/docs/en/01_Working_with_projects/05_Customising_the_starter_theme.md).

## Requirements

* [Composer](https://getcomposer.org)
* `cwp/starter-theme`: The foundation theme for this subtheme, via Composer
* [`cwp/agency-extensions`](https://github.com/silverstripe/cwp-agencyextensions): provides additional functionality
to the CMS for agency-style websites.

### Development requirements

* [Node and NPM](https://docs.npmjs.com/getting-started/installing-node)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 28fa092

Please sign in to comment.