Skip to content

Tetsuro/mtl-murals

Repository files navigation

Montreal Murals

What is this?

MTL Murals is a a fun little project I started to plot out the beautiful murals of Montreal in a Google Map. Mostly it's an exercise for me to improve my Javascript by playing with ES6, Google Maps API, and Open Data.

Check it out here!

Spinning up a server

Before getting started, please make sure you have the Gulp CLI installed.

  • cd to the mtl-murals folder
  • npm install
  • bower install
  • gulp serve

... that should be it!

Deploying to gh-pages

Use the following command: git subtree push --prefix dist origin gh-pages