Installation
Install Tome with Composer:
composer require drupal/tomeEnable the tome_static submodule, which will automatically enable tome and tome_base as well.
As always, you can do this via the admin interface at /admin/modules or via the command-line:
drush en tome_static -yThat's it. No other config required to get started!