Skip to content

Instantly share code, notes, and snippets.

@brigleb
Last active August 29, 2015 14:11
Show Gist options
  • Save brigleb/fd6507fcc2d661e41707 to your computer and use it in GitHub Desktop.
Save brigleb/fd6507fcc2d661e41707 to your computer and use it in GitHub Desktop.
Designing WooCommerce Storefront on a Mac, Made Easy!

Set up VVV

Start with these instructions and you should have a site running. You want to use the WordPress Stable setup...

All WordPress admin usernames and passwords for WordPress installations included by default are admin and password.

  • WordPress user: admin
  • WordPress pass: password
  • LOCAL PATH: vagrant-local/www/wordpress-default
  • VM PATH: /srv/www/wordpress-default
  • URL: http://local.wordpress.dev
  • DB Name: wordpress_default

Basically, you can now just visit http://local.wordpress.dev/wp-admin and log in as noted above.

Install WooCommerce stuff

Plugins

Themes

The best way to install plugins and stuff might be this:

cd /srv/www/wordpress-default
wp plugin install woocommerce --activate
wp plugin install simple-custom-css --activate
wp plugin install captain-typekit --activate
wp theme install storefront --activate

Inspect Page and Customize CSS

Just basically inspecting page and writing the CSS to target it should be pretty straightforward.

When you're done, be sure you're in the vagrant directory (should be vagrant-local in your home directory) and power off with a vagrant halt command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment