This project includes all the free and open source Bootstrap themes on HackerThemes.com. Each folder under /dist/
is it's own theme, which includes a small starter template as well.
Note: The source does not include the fancy code picker presentation form the website, as that stuff is entangled with the rest of the site. What you have here is simply everything you need to build, modify and use the themes themselves for your projects.
You can either clone this entire repository and use the themes under /dist/
, or head download the Bootstrap themes individually on our website.
To build and modify the themes, you'll need to use npm and gulp. You'll also need Ruby and scss-lint. On Ubuntu (and hopefully other systems :-) you can do:
gem install scss_lint
npm install
to install all the dependenciesnpm install gulp -g
to install gulp globallygulp
to run the build once orgulp watch
to turn on the watcher that rebuilds as you edit
Alexander Rechsteiner
Bootstrap
Code and documentation copyright 2017-2018 HackerThemes Code released under the MIT License.