Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 800 Bytes

NOTES.md

File metadata and controls

45 lines (36 loc) · 800 Bytes

NOTES

Install Meteor packages

Bootstrap

meteor add twbs:bootstrap

Fontawesome

meteor add fortawesome:fontawesome

User accounts

meteor add accounts-password
meteor add ian:accounts-ui-bootstrap-3

Routing

meteor add kadira:flow-router
meteor add kadira:blaze-layout

Loading SCSS

meteor remove standard-minifier-css
meteor add seba:minifiers-autoprefixer
meteor add fourseven:scss

Bootstrap modal

meteor add peppelg:bootstrap-3-modal

Deploy application to Digital Ocean's droplet

Currently using kadira's Meteor Up mup to deploy the application with the command:

mup deploy

Check instructions here.