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

https://github.com/directions4/bourbon-neat-scaffold

A bare-bones template with Bourbon and Neat for Middleman.
https://github.com/directions4/bourbon-neat-scaffold

Last synced: 18 days ago
JSON representation

A bare-bones template with Bourbon and Neat for Middleman.

Awesome Lists containing this project

README

        

# Bourbon-Neat-Scaffold

A bare-bones template with Bourbon and Neat for [Middleman](http://middlemanapp.com).

## featuring

* [Bourbon](http://bourbon.io "Bourbon - A Sass Mixin Library")
* [Neat](http://neat.bourbon.io "Bourbon Neat")
* [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/bourbon-neat-scaffold.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).