Skip to content

iKilledAppl3/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

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

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