Intro to Meteor + Meteor Day

Install the "meteor day checkin" app to ping other attendees around the world!
(summary forked from @sachagreif)

miles easier to start with
$ meteor create --example todos$ meteor create --example localmarket#install
$ curl https://install.meteor.com/ | sh
#create and run a project
$ meteor create my_app
$ cd my_app
$ meteor
#put it on the internet!
$ meteor deploy some-url.meteor.com#todos example:
$ meteor create --example todos
#localmarket example:
$ meteor create --example localmarketAny burning questions?