Skip to content

codeelab/santa-tracker-web

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.3%
  • HTML 38.8%
  • CSS 14.9%