A WordPress plugin for offlining content.
You can find this plugin in the WordPress Plugin repository so you can install it from the Plugins menu of your WordPress installation.
In case you want to do it manually, here are the instructions:
First, clone the repository.
Now, at the root of the repository, run (you need composer for this):
$ composer update --working-dir=wp-offline-content
And copy (or symlink) the folder wp-offline-content inside your WordPress plugins directory.
Once installed, activate the plugin from the Plugins menu in the Dashboard. Options are available to customize under the Offline content submenu in Settings.
Install dependencies:
./bin/install-wp-tests.sh MYSQL_DATABASE_NAME MYSQL_USER MYSQL_PASSWORD localhost latestRun tests:
make testRun service worker tests:
make test-sw