Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 193 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 193 Bytes

Development

  • Ensure WP_DEBUG use set to true in your wp-config.php
  • Run npm run develop

Production

  • Set WP_DEBUG to false in your wp-config.php
  • Run npm build