Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.16 KB

readme-example.md

File metadata and controls

28 lines (17 loc) · 1.16 KB

{{ Client Name }} - {{ Project Name }}

This repository contains the custom development tools, plugins and theme for the {{ Client Name }} {{ Project Name }}.

Features

  • 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.

Local Development

Requirements

Environment setup

Once you have cloned the project repo, you will need to complete the following steps to ensure your local environment is properly configured.

  1. Run ddev start to start the project.
  2. Run ddev wp core download to download the latest version of WordPress.
  3. 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.
  4. Run composer install to install the latest version of Kindling and the Matchbox recommended plugins.

Deployments