Skip to content

Instantly share code, notes, and snippets.

View tofumatt's full-sized avatar

Matthew Riley MacPherson tofumatt

View GitHub Profile
/**
* External dependencies
*/
import { get, set } from 'googlesitekit-api';
import { registerStore } from 'googlesitekit-data';
const DEFAULT_STATE = {
connectionInfo: {},
};
@tofumatt
tofumatt / docker-compose.yml
Last active January 22, 2020 13:00
Google Site Kit 10updocker compose file
---
# Use this file as your `docker-compose.yml` if you set up a 10updocker local WordPress site to
# run Site Kit's WordPress site (recommended; see: https://10up.github.io/wp-local-docker-docs/)
# `$ABSOLUTE_PATH_TO_SITE_KIT_REPO` should be replaced with something like `/Users/$YOUR_USER/Projects/site-kit-wp`
version: '3'
services:
memcached:
image: 'memcached:latest'
nginx:
image: 'nginx:latest'