Skip to content

ⓦ🗨️ WooCommerce directory containing all DePay Web3 WooCommerce plugins as submodules.

License

Notifications You must be signed in to change notification settings

DePayFi/web3-woocommerce

Repository files navigation

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.

About

ⓦ🗨️ WooCommerce directory containing all DePay Web3 WooCommerce plugins as submodules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published