I am planning to use twitter bootstrap-sass source code to build my web-application. I have downloaded the Sass source code from getBootstrap.com website. After downloading the code, when I run the $ bower install bootstrap-sass
command from within the codebase. It created a directory called bower_components which has bootstrap-sass and jquery directory.
My question is am I doing the setup correctly? Also what is the next step. I want to customize the .scss files to generate the stylesheets. Please point me if I am going wrong or the appropriate reference to carry forward.