The code has to be manually added to your packages folder. The core concept is not supported by the packaging system.
cd
to yourpackages
foldergit clone https://github.com/yogiben/meteor-bootstrap.git yogiben:bootstrap
rm -R -f yogiben:bootstrap/.git
(so you can commit the code)meteor add yogiben:bootstrap
- Choose a starting theme from Bootswatch like Flatly
- Download the
variables.less
file into your client folder or a subfolder e.g./client/variables.less
- Create a less file in your client folder referencing the
variables.less
file
e.g. /client/bootstrap.less
@import "/client/variables.less";
@import "/packages/yogiben:bootstrap/bootstrap.import.less";
Copy the font import line from the bootswatch.less
download from Bootswatch.com into your bootstrap.less
file.
A bootstrap that is completely in your control.