Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HackerThemes/theme-machine
A collection of stylized Bootstrap Themes
https://github.com/HackerThemes/theme-machine
bootstrap bootstrap-theme bootstrap4 scss
Last synced: 3 months ago
JSON representation
A collection of stylized Bootstrap Themes
- Host: GitHub
- URL: https://github.com/HackerThemes/theme-machine
- Owner: HackerThemes
- License: mit
- Created: 2017-10-25T15:46:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:36:50.000Z (almost 2 years ago)
- Last Synced: 2024-06-28T03:37:12.381Z (5 months ago)
- Topics: bootstrap, bootstrap-theme, bootstrap4, scss
- Language: HTML
- Homepage: https://hackerthemes.com/bootstrap-themes
- Size: 15.3 MB
- Stars: 622
- Watchers: 22
- Forks: 89
- Open Issues: 18
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap Theme Machine
## A collection of stylized Bootstrap Themes by HackerThemes
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.
## Getting started
You can either clone this entire repository and use the themes under `/dist/`, or head download the [Bootstrap themes](https://hackerthemes.com) individually on our website.
## Build steps
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:
1. `gem install scss_lint`
1. `npm install` to install all the dependencies
1. `npm install gulp -g` to install gulp globally
1. `gulp` to run the build once or `gulp watch` to turn on the watcher that rebuilds as you edit## Creators
**Alexander Rechsteiner**
-
-
-**Bootstrap**
-
## Copyright and license
Code and documentation copyright 2017-2018 [HackerThemes](https://hacekrthemes.com) Code released under the [MIT License](https://opensource.org/licenses/MIT).