Introduction to Tome - Summary & Further Reading

Last revision:

Summary

  • Install: composer require drupal/tome
  • Enable: drush en tome -y
  • Generate: drush tome:static -l https://mysite.example.com
  • Preview:
    • on HOST: drush tome:preview
    • inside DDEV: php -S 0.0.0.0:<port_number> -t /path/to/static