This repository contains the custom development tools, plugins and theme for the {{ Client Name }} {{ Project Name }}.
- The Gather Fuel project scaffolding.
- A child theme of Kindling by Matchbox.
- A must-use plugin for registering custom post types and taxonomies.
View the [project documentation]({{ Add link to project page in Confluence }}) for a full list of features and functionality.
Once you have cloned the project repo, you will need to complete the following steps to ensure your local environment is properly configured.
- Run
ddev start
to start the project. - Run
ddev wp core download
to download the latest version of WordPress. - Run
ddev wp core install --url='$DDEV_PRIMARY_URL' --title='{{ Client Name }} - {{ Project Name }}' --admin_user=matchbox [email protected] --prompt=admin_password
to install WordPress using wp-cli. - Run
composer install
to install the latest version of Kindling and the Matchbox recommended plugins.