Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 907 Bytes

File metadata and controls

50 lines (30 loc) · 907 Bytes

Web3 WooCommerce Plugins by DePay

This repositroy contains all WooCommerce plugins developed by @DePayFi.

Plugins

Demo

Development

Quick Start

  1. Pull submodules
git submodule update --recursive --init
git submodule update --recursive --remote
  1. Install PHP & MYSQL

  2. Create "woocommerce" database

  3. Start server

php -S 127.0.0.1:8000
  1. Visit localhost:8000 to install wordpress

Symlink local dev plugin directories

Make sure the server is stopped before creating the symlink.

rm -rf ./wp-content/plugins/depay-woocommerce-payments
ln -s /Users/Sebastian/Work/DePay/web3-woocommerce-depay-payments ./wp-content/plugins/depay-woocommerce-payments

Make sure you reset your local git repository once you're done testing with the symlink:

git reset HEAD --hard

Release

Release individual plugins through their plugin submodules.