wpsyntex / dynamo
Improves the performance of WordPress translation
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 1
Open Issues: 3
Type:wordpress-plugin
Requires
- php: >=7.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-06-26 10:01:16 UTC
README
DynaMo
Welcome to the DynaMo repository on GitHub. Here you can browse the source, discuss open issues and keep track of the development.
If you are not a developer, we recommend to download DynaMo from WordPress directory.
Pre-requisites
Before starting, make sure that you have Composer installed and working on your computer because DynaMo uses its autoloader to work and it is required to install development tools such as PHP CodeSniffer that ensures your code follows coding standards.
How to set up DynaMo
The simplest way is to clone locally this repository and build it directly in your local WordPress instance by following the steps below:
- Go to your local WordPress instance wp-content/plugins/ folder:
cd your/local/wordpress/path/wp-content/plugins
- Clone there the DynaMo repository (or your fork) from GitHub:
git clone https://github.com/polylang/dynamo.git
- Go to your local DynaMo clone folder from there:
cd dynamo
- Run the composer command:
composer install
- Activate Dynamo as if you had installed it from WordPress.org.