This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
drupal-tailwindcss-purgecss.../.docksal/commands/init

14 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