Generate production-ready files for your WordPress theme:
npm run exportThe dist/ folder contains your compiled theme:
src/theme/.src/assets/.dist/wordpressify.zip, ready to upload to WordPress.You can upload wordpressify.zip manually through the WordPress admin (Appearance > Themes > Add New > Upload Theme), or set up automated deployments with GitHub Actions.
Set up automatic deployment with GitHub Actions via FTP or SSH.