Skip to content

project00/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.

$ 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.

About

Ho Ho Ho

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 44.0%
  • HTML 36.7%
  • SCSS 14.1%
  • Jupyter Notebook 5.2%