- Inside the themes folder run
composer init themename
cd themename
composer require upassist/wordpress@dev
cp -R vendor/upassist/wordpress/src/theme .
- String replace
upassist
(lowercase) to your themename in the copied files.
💥 Make sure you exclude the vendor dir and the composer files in your replace action!