Skip to content

Latest commit

 

History

History
executable file
·
28 lines (21 loc) · 761 Bytes

README.md

File metadata and controls

executable file
·
28 lines (21 loc) · 761 Bytes

WP Granular Demo

Build Status codecov

Sample plugin using WP Granular approch.

Get started

Type the follow commands on project terminal

$ docker-compose run --rm composer install
$ docker-compose up -d

You are ready to:

  1. Visit http://localhost:8888
  2. Follow WordPress installation
  3. Go to plugins menu than activate WP Granular Demo

Testing

Type the follow command on project terminal

$ docker-compose run --rm phpunit test