wpsyntex/dynamo

Improves the performance of WordPress translation

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 3

Forks: 1

Open Issues: 3

Type:wordpress-plugin

1.2 2023-08-07 11:13 UTC

This package is auto-updated.

Last update: 2024-03-26 09:34:10 UTC


README

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:

  1. Go to your local WordPress instance wp-content/plugins/ folder:
    cd your/local/wordpress/path/wp-content/plugins
  2. Clone there the DynaMo repository (or your fork) from GitHub:
    git clone https://github.com/polylang/dynamo.git
  3. Go to your local DynaMo clone folder from there: cd dynamo
  4. Run the composer command: composer install
  5. Activate Dynamo as if you had installed it from WordPress.org.