Skip to content
Kevin Hoffman edited this page Oct 4, 2018 · 2 revisions

In order to work with this plugin, you must have Composer, Node, Grunt, and Gulp installed.

Composer

Install Composer: https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx

If using the "El Capitan‎" OS, see notes below before installing.

In OS X El Capitan, there may not be a /usr/local/bin/ created by default. Be sure to check if it exists:

  • cd /usr/local/
  • ls

If bin is not listed, then run sudo mkdir bin.

Node

Install Node: https://github.com/joyent/node/wiki/installing-node.js-via-package-manager

Grunt

Install Grunt: npm install -g grunt-cli

https://gruntjs.com/getting-started

Gulp

Install Gulp: npm install -g gulp-cli

https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md

Google Maps Builder

Local Development

Developer Notes

Clone this wiki locally