Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

mozilla/wp-add-to-homescreen

Repository files navigation

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 --optimize-autoloader
$ 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