After cloning the latest release of Twitter Bootstrap using Git with the command 'git clone git://github.com/twbs/bootstrap.git', I am in the process of creating an HTML/CSS site utilizing Bootstrap. Upon reviewing this answer on Stack Overflow (https://stackoverflow.com/a/17180420), I discovered that all necessary HTML and CSS documentation is both included and pre-compiled within the download.
So, if I wish to implement various aspects from the provided examples into my HTML site, can I simply copy and paste the required HTML/CSS/Javascript code from the downloaded folders? For instance, if I want to incorporate 'navbar.html', 'carousel.js', along with other code snippets, what would be the recommended approach for organizing the folder structure to ensure everything works smoothly?
What are some best practices for structuring a folder system when designing an HTML/CSS/Javascript website with the use of Twitter Bootstrap? Where should I begin to establish an efficient directory arrangement for easy access and seamless integration of different components?