Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 362 Bytes

Readme.md

File metadata and controls

9 lines (7 loc) · 362 Bytes

UpAssist/WordPress

  1. Inside the themes folder run composer init themename
  2. cd themename
  3. composer require upassist/wordpress@dev
  4. cp -R vendor/upassist/wordpress/src/theme .
  5. 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!