https://github.com/directions4/bootstrapman
BootstrapMan is a project template for Middleman with Twitter Bootstrap 3.
https://github.com/directions4/bootstrapman
Last synced: 19 days ago
JSON representation
BootstrapMan is a project template for Middleman with Twitter Bootstrap 3.
- Host: GitHub
- URL: https://github.com/directions4/bootstrapman
- Owner: directions4
- License: mit
- Created: 2015-03-27T05:27:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-27T07:42:54.000Z (about 10 years ago)
- Last Synced: 2025-04-12T09:15:13.133Z (19 days ago)
- Language: CSS
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BootstrapMan
A bare-bones template with Twitter Bootstrap for [Middleman](http://middlemanapp.com).
## featuring
* [Twitter Bootstrap](http://http://getbootstrap.com/ "Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.")
* [Sass](http://sass-lang.com "Sass: Syntactically Awesome Style Sheets")
* [Coffeescript](http://coffeescript.org/ "CoffeeScript")## Getting Started
Set up your project in your code directory
```
git clone [email protected]:directions4/bootstrapman.git my-site
cd my-site
```Install dependencies:
```
bundle install --path=vendor/bundle
```Run the server
```
bundle exec middleman
```## License
Copyright © 2015 4d. bourbon-neat-scaffold is free software, and may be redistributed under the terms specified in the [license](LICENSE).