A simple template site using Bootstrap
-
Clone the repo:
git clone git://github.com/stanley-gu/bootstrap-template.git
-
Install devdependencies with npm:
cd bootstrap-template && npm install
-
Install client-side dependencies with bower:
cd public && ../node_modules/bower/bin/bower install
-
run:
make