- Download CKEditor 5 Dev Tools module: https://www.drupal.org/project/ckeditor5_dev
- Copy /ckeditor5_plugin_starter_template into a folder
- Rename and refactor to the code to match your chosen module name
- Install Yarn
brew install yarn - Install node
brew install node - Navigate to the root of new module folder and run
yarn install - In the root run
yarn build - clear cache
- check that you have a new button avai
All information can be found in this article but in short:
- Run
composer create-project drupal/recommended-project my_site_name - Go to the new folder and install drush
composer require drush/drush - Install manually or use drush:
drush site:install