All Projects → nuvoleweb → Bootstrap_patterns

nuvoleweb / Bootstrap_patterns

UI Patterns example theme based on Bootstrap.

Labels

Bootstrap Patterns

UI Patterns showcase theme based on the Bootstrap Drupal 8 theme.

Usage

Run:

$ composer install

Thanks to the integration with Drupal Component Scaffold you'll find a fully functional Drupal 8 site under ./build.

After that proceed with the site installation and setup:

$ cd build
$ drush si standard -y --db-url=mysql://username:[email protected]/database
$ drush en ui_patterns_library -y
$ drush then bootstrap_patterns -y
$ drush config-set system.theme default bootstrap_patterns -y
$ drush cr

Then visit the Patterns Overview page at /patterns.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].