Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 901 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 901 Bytes

Google Santa Tracker for Web

This repository contains the code to Google Santa Tracker, an educational and entertaining tradition for the December holiday period. It is a companion to the Android app.

Village Screenshot

Prerequisites

You'll need node installed, then bower (npm install -g bower) and compass >=1.0.1 (gem install compass).

Setup

Clone project, then from within the repo:

$ bower install
$ npm install

Development

Build with gulp. Alternatively, you can rebuild just the scenes with gulp compile-scenes, or the CSS with gulp compass.

The raw site can now be served from the root directory.

Release

Use gulp --pretty to build. This performs additional steps such as vulcanizing code and internationalization. Serve from ./dist_pretty.