Wordpress theme for the Mind's Eye Society website.
The recommended environment for WP development is using Docker. Simply install via Docker Compose, and install WP and activate the theme as normal.
- Make sure you have
grunt-cli
installed globally. - Run
cd dev && npm install
. - Compile with
grunt compile
and watch withgrunt
.