Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

codyml/leftgoat-dot-com

Repository files navigation

leftgoat.com

This repository contains the code that runs on the Left Goat website. It's a WordPress theme meant for installation on a standard WordPress installation. It takes advantage of the following technologies:

To develop, install Docker, Docker Compose and Node/NPM, then, from the repository root, run npm install. Then, run docker-compose up and npm run dev-watch and visit localhost:22222.

To deploy, run npm install && npm run prod-build, then upload the leftgoat-custom-theme directory to the WordPress theme directory. Make sure ACF is installed, then activate the theme.