curl https://install.meteor.com | /bin/sh
meteor create khelg-with-meteor
cd khelg-with-meteor
meteor
=> Meteor server running on: http://localhost:3000/
meteor add accounts-base
meteor add accounts-password
meteor add accounts-ui
{{ loginButtons }}
meteor add spiderable