/Jigoshop-eCommerce

Jigoshop2

Primary LanguagePHPOtherNOASSERTION

Jigoshop

Jigoshop is a feature-packed eCommerce plugin built upon WordPress core functionality and modern coding standards ensuring excellent performance.

Quick start

  1. Install Composer, Gulp and Bower
  2. Clone the git repository: git clone https://github.com/jigoshop/jigoshop.git
  3. Install required dependencies: composer.phar update --no-dev
    • Note: if you want to run tests or make some changes to the code remove --no-dev parameter from Composer update call.
  4. (Optionally) Run tests to verify everything is working correctly: php vendor/phpunit/phpunit/phpunit.php --configuration phpunit.xml.dist
  5. Run bower update to update frontend libraries.
  6. Run gulp dist to prepare final package.
  7. Use files located inside dist directory to run your Jigoshop build!

Bug tracker

Have a bug? Please create an issue here on GitHub!

https://github.com/jigoshop/jigoshop/issues

Contributing

See CONTRIBUTING.md

Anyone and everyone is welcome to contribute. Jigoshop wouldn't be what it is today without the GitHub community.

There are several ways you can help out:

Change Log

See CHANGELOG.md

Project information