- PHP 7.4+
- WordPress 5.6+
- WooCommerce 4.0+
- Clone this repository
- Run
cd /path/to/cloned/authorize-net-emulation-for-woocommerce
- Run
composer install
- Run
npm install
- Run
npx sake compile
- If you cloned the repository outside your development WordPress installation, symlink it into your plugins folder
- Run
npx sake compile
to re-compile all plugin assets - Run
npx sake compile:scripts
to only re-compile the JavaScript - Run
npx sake compile:styles
to only re-compile the styles