This repository has been archived on 2025-01-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupal-tailwindcss-purgecss.../.docksal/commands/init

13 lines
293 B
Bash
Executable file

#!/usr/bin/env bash
fin start
fin drush site-install -y \
--account-pass=admin \
--site-name='Drupal Tailwind CSS'
# Change the default theme
fin drush theme:enable tailwindcss -y
fin drush config-set system.theme default tailwindcss -y
fin drush uli -l http://drupal-tailwind.docksal