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.
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.
The simplest way is to clone locally this repository and build it directly in your local WordPress instance by following the steps below:
cd your/local/wordpress/path/wp-content/plugins
git clone https://github.com/polylang/dynamo.git
cd dynamo
composer install