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
- Host: GitHub
- URL: https://github.com/unscripted/cullenwhitmore.com
- Owner: unscripted
- Created: 2023-12-02T02:01:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T20:36:32.000Z (over 2 years ago)
- Last Synced: 2025-06-26T18:57:21.114Z (12 months ago)
- Language: JavaScript
- Size: 9.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`.