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.
- Host: GitHub
- URL: https://github.com/directions4/bourbon-neat-scaffold
- Owner: directions4
- License: mit
- Created: 2015-02-16T15:31:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T10:25:08.000Z (about 10 years ago)
- Last Synced: 2025-04-12T09:15:07.348Z (18 days ago)
- Language: CSS
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).