wp-add-to-homescreen/README.md

914 B

wp-add-to-homescreen

Make your WordPress sites to appear in mobile home screens.

Build Status

Installation

To test this plugin, follow these steps.

First clone the repository.

Once inside the repository you will need composer and bower installed. Go to the folder wp-add-to-homescreen inside the repository folder and run:

$ composer install
$ bower install

Now you can copy (or symlink) the wp-add-to-homescreen folder inside your WordPress plugins directory.

Once installed, activate the plugin from the Plugins menu in the Dashboard.

Running tests

Install dependencies:

./install-wp-tests.sh MYSQL_DATABASE_NAME MYSQL_USER MYSQL_PASSWORD localhost latest

Run tests:

make test