Skip to content

Gather fuel is the scaffolding used for all WordPress projects created by Matchbox.

Notifications You must be signed in to change notification settings

matchboxdesigngroup/gather-fuel

Repository files navigation

Gather Fuel

Gather fuel is the scaffolding used for all WordPress projects created by Matchbox.

Support Level Release Version WordPress tested up to version GPLv2 License

Features

  • DDEV for launching local development environments.
  • Easy install of recommended plugins and Kindling using Composer.
  • A must-use plugin for registering custom post types and taxonomies.
  • Preset .deployignore and .gitignore files.

Getting started

Requirements

Setting up a new project

The primary goal of Gather Fuel is to streamline the process of creating new projects. The steps below should only be followed when creating a new project.

  1. Create a new repo for your project and clone it to your local environment.
  2. Download the latest release of Gather Fuel and extract its contents into your local project directory.
  3. Configure DDEV.
  4. Open the terminal (or equivalent) at the project root.
  5. Run ddev config --database=mysql:8.0 --project-type=wordpress --php-version=8.2 to create the DDEV config.yml file.
  6. Replace the default Gather Fuel readme by deleting the readme.md file. Then rename the readme-example.md file to readme.md.
  7. Update the project readme.md file with your project details.
  8. Replace all instances of {{ Project Name }} with the project name.
  9. Replace all instances of {{ Client Name }} with the client's name.
  10. Replace all instances of {{ repository-name }} with the repository name.
  11. Commit all changes to the project repo using 🌱 Initial commit as the commit message.

You should follow the Local Development steps from the project readme from this point.

Support level

🟢 ACTIVE - Matchbox is actively working on Gather Fuel, and we expect to continue work for the foreseeable future, including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.

About

Gather fuel is the scaffolding used for all WordPress projects created by Matchbox.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages