An open API service indexing awesome lists of open source software.

https://github.com/unscripted/cullenwhitmore.com

The repository for cullenwhitmore.com
https://github.com/unscripted/cullenwhitmore.com

Last synced: 12 months ago
JSON representation

The repository for cullenwhitmore.com

Awesome Lists containing this project

README

          

# cullenwhitmore.com

> This repository contains the custom development tools, plugins and theme for the cullenwhitmore.com.

## Features

- The Gather Fuel project scaffolding.
- A child theme of Kindling by Matchbox.
- A must-use plugin for registering custom post types and taxonomies.

## Local Development

### Requirements

- [DDEV](https://ddev.readthedocs.io/en/stable/)

### 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.
1. Run `ddev wp core download` to download the latest version of WordPress.
1. Run `ddev wp core install --url='$DDEV_PRIMARY_URL' --title='Cullen Whitmore' --admin_user=matchbox --admin_email=devops@matchboxdesigngroup.com --prompt=admin_password` to install WordPress using wp-cli.
1. Run `composer install` to install the latest version of Kindling and the Matchbox recommended plugins.
1. Rename the kindling directory to `kindling-cullenwhitmore`.