meteor add twbs:bootstrap
meteor add fortawesome:fontawesome
meteor add accounts-password
meteor add ian:accounts-ui-bootstrap-3
meteor add kadira:flow-router
meteor add kadira:blaze-layout
meteor remove standard-minifier-css
meteor add seba:minifiers-autoprefixer
meteor add fourseven:scss
meteor add peppelg:bootstrap-3-modal
Currently using kadira's Meteor Up mup
to deploy the application with the command:
mup deploy
Check instructions here.