Getting Started

The Rain distribution ships with a demo theme called Rain Demo that is based on the Rain starter theme.

Rain Demo homepage

The recommended approach to theme with Rain is to create your custom Drupal theme using Mediacurrent's theme generator tool.

The Github project page includes detailed instructions on how to run the generator to create your custom theme:

Theme Generator for Drupal 9

The generator tool allows you to pick and choose which components will be created.

You can also generate a test page by enabling the rain_features module and running the following drush command:

drush kitchen-sink

This drush command will create a test page with every Rain block type that you have enabled and can help you with testing.

Last updated