How to run:
- establish a meteor environment.
cd /tmp
meteor create app
- init git.
cd /tmp/app
git init
- pull sources from gist
git remote add gist <gist clone url>
git fetch gist
git checkout -f master
git clean -f
- run app. only outputs to server console.
meteor