A Wordpress Genesis child theme requiring the Advanced Custom Fields (ACF) plugin
Install Docker and Docker Compose
Grab the child theme and environment config
git clone https://github.com/cameronkloot/gct.git your_theme_namecd your_theme_namerm -rf .git
Initialize a new git repo to track theme
git init .git add .git commit -m "Initial commit"
Initialize and run environment
docker-compose up --build -d
The site will be available at localhost:5647