Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 993 Bytes

File metadata and controls

35 lines (22 loc) · 993 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.

$ npm install gulp    # Only required if you don't have gulp installed.
$ gulp

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.