An open API service indexing awesome lists of open source software.

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.

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).